#C67FCA

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

Shades of Orchid #C67FCA

Tints of Orchid #C67FCA

Color information

#C67FCA (or 0xC67FCA) is unknown color: approx Orchid. HEX triplet: C6, 7F and CA. RGB value is (198,127,202). Sum of RGB (Red+Green+Blue) = 198+127+202=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #C67FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FCA is #398035. Grayscale: #9C9C9C. Windows color (decimal): -3768374 or 13270982. OLE color: 13270982.

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

Color convert

RGB198127202-
CMYK0.020.3700.21
HSL296.8º41.44%64.51%-
HSV(B)296.8º37.13%79.22%-
XYZ41.5431.4559.76-
YUV156.78153.52157.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 127 (50% from 255) = 24.10%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=37.57%
G=24.10%
B=38.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981272020.020.3700.21296.841.4464.51
HexC67FCA2250151292941
Octal30617731224502545151101
Binary11000110111111111001010101001010101011001010011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67FCA; }

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

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

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

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

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

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

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

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