#C67ED5

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

Shades of Orchid #C67ED5

Tints of Orchid #C67ED5

Color information

#C67ED5 (or 0xC67ED5) is unknown color: approx Orchid. HEX triplet: C6, 7E and D5. RGB value is (198,126,213). Sum of RGB (Red+Green+Blue) = 198+126+213=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #C67ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ED5 is #39812A. Grayscale: #9D9D9D. Windows color (decimal): -3768619 or 13991622. OLE color: 13991622.

HSL color Cylindrical-coordinate representation of color #C67ED5: hue angle of 289.66º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67ED5 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB198126213-
CMYK0.070.4100.16
HSL289.66º50.88%66.47%-
HSV(B)289.66º40.85%83.53%-
XYZ42.7631.7366.82-
YUV157.45159.35156.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.87%
GREEN value IS 126 (49.61% from 255) = 23.46%
BLUE value IS 213 (83.59% from 255) = 39.66%
R=36.87%
G=23.46%
B=39.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1981262130.070.4100.16289.6650.8866.47
HexC67ED57290101223342
Octal30617632575102044263102
Binary110001101111110110101011111010010100001001000101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67ED5; }

 p { color: rgb(198,126,213); }

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

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

 a { background-color: rgb(198,126,213); }

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

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

 span { border-color: rgb(198,126,213); }

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