#c262d3

Color #C262D3 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C262D3

Tints of Medium Orchid #C262D3

Color information

#C262D3 (or 0xC262D3) is unknown color: approx Medium Orchid. HEX triplet: C2, 62 and D3. RGB value is (194,98,211). Sum of RGB (Red+Green+Blue) = 194+98+211=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #C262D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262D3 is #3D9D2C. Grayscale: #8B8B8B. Windows color (decimal): -4037933 or 13853378. OLE color: 13853378.

HSL color Cylindrical-coordinate representation of color #C262D3: hue angle of 290.97º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C262D3 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19498211-
CMYK0.080.5400.17
HSL290.97º56.22%60.59%-
HSV(B)290.97º53.55%82.75%-
XYZ38.3724.9164.41-
YUV139.59168.3166.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 98 (38.67% from 255) = 19.48%
BLUE value IS 211 (82.81% from 255) = 41.95%
R=38.57%
G=19.48%
B=41.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal194982110.080.5400.17290.9756.2260.59
HexC262D3836011123383d
Octal30214232310660214437075
Binary110000101100010110100111000110110010001100100011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c262d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c262d3; }

 p { color: rgb(194,98,211); }

 H1.HeaderClassName
 {
   color: #c262d3;
 }
 .AnyTagClassName
 {
   color: #c262d3;
 }
</style>
background-color css

<style>
 a { background-color: #c262d3; }

 a { background-color: rgb(194,98,211); }

 div.DivClassName
 {
   background-color: #c262d3;
 }
 .BgClassName
 {
   background-color: #c262d3;
 }
</style>
border-color css

<style>
 span { border-color: #c262d3; }

 span { border-color: rgb(194,98,211); }

 td.TdClassName
 {
   border-color: #c262d3;
 }
 .TagClassName
 {
   border-color: #c262d3;
 }
</style>