#C66CD1

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

Shades of Orchid #C66CD1

Tints of Orchid #C66CD1

Color information

#C66CD1 (or 0xC66CD1) is unknown color: approx Orchid. HEX triplet: C6, 6C and D1. RGB value is (198,108,209). Sum of RGB (Red+Green+Blue) = 198+108+209=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #C66CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CD1 is #39932E. Grayscale: #929292. Windows color (decimal): -3773231 or 13724870. OLE color: 13724870.

HSL color Cylindrical-coordinate representation of color #C66CD1: hue angle of 293.47º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66CD1 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB198108209-
CMYK0.050.4800.18
HSL293.47º52.33%62.16%-
HSV(B)293.47º48.33%81.96%-
XYZ40.1627.3363.48-
YUV146.42163.32164.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 108 (42.58% from 255) = 20.97%
BLUE value IS 209 (82.03% from 255) = 40.58%
R=38.45%
G=20.97%
B=40.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1981082090.050.4800.18293.4752.3362.16
HexC66CD1530012125343e
Octal3061543215600224456476
Binary11000110110110011010001101110000010010100100101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66CD1; }

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

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

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

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

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

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

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

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