#C66CCF

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

Shades of Orchid #C66CCF

Tints of Orchid #C66CCF

Color information

#C66CCF (or 0xC66CCF) is unknown color: approx Orchid. HEX triplet: C6, 6C and CF. RGB value is (198,108,207). Sum of RGB (Red+Green+Blue) = 198+108+207=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #C66CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CCF is #399330. Grayscale: #919191. Windows color (decimal): -3773233 or 13593798. OLE color: 13593798.

HSL color Cylindrical-coordinate representation of color #C66CCF: hue angle of 294.55º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66CCF is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198108207-
CMYK0.040.4800.19
HSL294.55º50.77%61.76%-
HSV(B)294.55º47.83%81.18%-
XYZ39.9127.2462.18-
YUV146.2162.32164.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.60%
GREEN value IS 108 (42.58% from 255) = 21.05%
BLUE value IS 207 (81.25% from 255) = 40.35%
R=38.60%
G=21.05%
B=40.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981082070.040.4800.19294.5550.7761.76
HexC66CCF430013127333e
Octal3061543174600234476376
Binary11000110110110011001111100110000010011100100111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66CCF; }

 p { color: rgb(198,108,207); }

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

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

 a { background-color: rgb(198,108,207); }

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

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

 span { border-color: rgb(198,108,207); }

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