#C67EDA

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

Shades of Orchid #C67EDA

Tints of Orchid #C67EDA

Color information

#C67EDA (or 0xC67EDA) is unknown color: approx Orchid. HEX triplet: C6, 7E and DA. RGB value is (198,126,218). Sum of RGB (Red+Green+Blue) = 198+126+218=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #C67EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67EDA is #398125. Grayscale: #9D9D9D. Windows color (decimal): -3768614 or 14319302. OLE color: 14319302.

HSL color Cylindrical-coordinate representation of color #C67EDA: hue angle of 286.96º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C67EDA is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198126218-
CMYK0.090.4200.15
HSL286.96º55.42%67.45%-
HSV(B)286.96º42.2%85.49%-
XYZ43.431.9970.22-
YUV158.02161.85156.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.53%
GREEN value IS 126 (49.61% from 255) = 23.25%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=36.53%
G=23.25%
B=40.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981262180.090.4200.15286.9655.4267.45
HexC67EDA92A0F11f3743
Octal306176332115201743767103
Binary110001101111110110110101001101010011111000111111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67EDA; }

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

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

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

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

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

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

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

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