#CF6CCE

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

Shades of Orchid #CF6CCE

Tints of Orchid #CF6CCE

Color information

#CF6CCE (or 0xCF6CCE) is unknown color: approx Orchid. HEX triplet: CF, 6C and CE. RGB value is (207,108,206). Sum of RGB (Red+Green+Blue) = 207+108+206=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CCE is #309331. Grayscale: #949494. Windows color (decimal): -3183410 or 13528271. OLE color: 13528271.

HSL color Cylindrical-coordinate representation of color #CF6CCE: hue angle of 300.61º 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 #CF6CCE is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB207108206-
CMYK00.480.000.19
HSL300.61º50.77%61.76%-
HSV(B)300.61º47.83%81.18%-
XYZ42.2428.4561.66-
YUV148.77160.3169.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.73%
GREEN value IS 108 (42.58% from 255) = 20.73%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=39.73%
G=20.73%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710820600.480.000.19300.6150.7761.76
HexCF6CCE03001312d333e
Octal3171543160600234556376
Binary110011111101100110011100110000010011100101101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6CCE; }

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

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

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

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

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

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

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

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