#C67ECA

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

Shades of Orchid #C67ECA

Tints of Orchid #C67ECA

Color information

#C67ECA (or 0xC67ECA) is unknown color: approx Orchid. HEX triplet: C6, 7E and CA. RGB value is (198,126,202). Sum of RGB (Red+Green+Blue) = 198+126+202=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #C67ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ECA is #398135. Grayscale: #9B9B9B. Windows color (decimal): -3768630 or 13270726. OLE color: 13270726.

HSL color Cylindrical-coordinate representation of color #C67ECA: hue angle of 296.84º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67ECA is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB198126202-
CMYK0.020.3800.21
HSL296.84º41.76%64.31%-
HSV(B)296.84º37.62%79.22%-
XYZ41.4131.1959.72-
YUV156.19153.85157.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.64%
GREEN value IS 126 (49.61% from 255) = 23.95%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=37.64%
G=23.95%
B=38.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981262020.020.3800.21296.8441.7664.31
HexC67ECA2260151292a40
Octal30617631224602545152100
Binary11000110111111011001010101001100101011001010011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67ECA; }

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

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

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

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

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

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

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

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