#CF63DB

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

Shades of Orchid #CF63DB

Tints of Orchid #CF63DB

Color information

#CF63DB (or 0xCF63DB) is unknown color: approx Orchid. HEX triplet: CF, 63 and DB. RGB value is (207,99,219). Sum of RGB (Red+Green+Blue) = 207+99+219=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF63DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63DB is #309C24. Grayscale: #909090. Windows color (decimal): -3185701 or 14377935. OLE color: 14377935.

HSL color Cylindrical-coordinate representation of color #CF63DB: hue angle of 294º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF63DB is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20799219-
CMYK0.050.5500.14
HSL294º62.5%62.35%-
HSV(B)294º54.79%85.88%-
XYZ42.9827.370.02-
YUV144.97169.78172.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 99 (39.06% from 255) = 18.86%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=39.43%
G=18.86%
B=41.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal207992190.050.5500.1429462.562.35
HexCF63DB5370E1263e3e
Octal3171433335670164467676
Binary1100111111000111101101110111011101110100100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF63DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF63DB; }

 p { color: rgb(207,99,219); }

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

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

 a { background-color: rgb(207,99,219); }

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

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

 span { border-color: rgb(207,99,219); }

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