#CF73DB

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

Shades of Orchid #CF73DB

Tints of Orchid #CF73DB

Color information

#CF73DB (or 0xCF73DB) is unknown color: approx Orchid. HEX triplet: CF, 73 and DB. RGB value is (207,115,219). Sum of RGB (Red+Green+Blue) = 207+115+219=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF73DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73DB is #308C24. Grayscale: #9A9A9A. Windows color (decimal): -3181605 or 14382031. OLE color: 14382031.

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

Color convert

RGB207115219-
CMYK0.050.4700.14
HSL293.08º59.09%65.49%-
HSV(B)293.08º47.49%85.88%-
XYZ44.6530.6470.58-
YUV154.36164.48165.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.26%
GREEN value IS 115 (45.31% from 255) = 21.26%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=38.26%
G=21.26%
B=40.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071152190.050.4700.14293.0859.0965.49
HexCF73DB52F0E1253b41
Octal31716333355701644573101
Binary11001111111001111011011101101111011101001001011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF73DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF73DB; }

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

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

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

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

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

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

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

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