#CF6DCE

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

Shades of Orchid #CF6DCE

Tints of Orchid #CF6DCE

Color information

#CF6DCE (or 0xCF6DCE) is unknown color: approx Orchid. HEX triplet: CF, 6D and CE. RGB value is (207,109,206). Sum of RGB (Red+Green+Blue) = 207+109+206=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DCE is #309231. Grayscale: #959595. Windows color (decimal): -3183154 or 13528527. OLE color: 13528527.

HSL color Cylindrical-coordinate representation of color #CF6DCE: 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.47%. Process color model (Four color, CMYK) of #CF6DCE is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB207109206-
CMYK00.470.000.19
HSL300.61º50.52%61.96%-
HSV(B)300.61º47.34%81.18%-
XYZ42.3428.6661.69-
YUV149.36159.97169.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.66%
GREEN value IS 109 (42.97% from 255) = 20.88%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=39.66%
G=20.88%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710920600.470.000.19300.6150.5261.96
HexCF6DCE02F01312d333e
Octal3171553160570234556376
Binary110011111101101110011100101111010011100101101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6DCE; }

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

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

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

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

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

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

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

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