#CF73DC

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

Shades of Orchid #CF73DC

Tints of Orchid #CF73DC

Color information

#CF73DC (or 0xCF73DC) is unknown color: approx Orchid. HEX triplet: CF, 73 and DC. RGB value is (207,115,220). Sum of RGB (Red+Green+Blue) = 207+115+220=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF73DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73DC is #308C23. Grayscale: #9A9A9A. Windows color (decimal): -3181604 or 14447567. OLE color: 14447567.

HSL color Cylindrical-coordinate representation of color #CF73DC: hue angle of 292.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF73DC is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207115220-
CMYK0.060.4800.14
HSL292.57º60%65.69%-
HSV(B)292.57º47.73%86.27%-
XYZ44.7830.6971.27-
YUV154.48164.98165.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.19%
GREEN value IS 115 (45.31% from 255) = 21.22%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=38.19%
G=21.22%
B=40.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071152200.060.4800.14292.576065.69
HexCF73DC6300E1253c42
Octal31716333466001644574102
Binary11001111111001111011100110110000011101001001011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF73DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF73DC; }

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

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

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

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

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

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

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

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