#CF83DB

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

Shades of Orchid #CF83DB

Tints of Orchid #CF83DB

Color information

#CF83DB (or 0xCF83DB) is unknown color: approx Orchid. HEX triplet: CF, 83 and DB. RGB value is (207,131,219). Sum of RGB (Red+Green+Blue) = 207+131+219=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83DB is #307C24. Grayscale: #A3A3A3. Windows color (decimal): -3177509 or 14386127. OLE color: 14386127.

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

Color convert

RGB207131219-
CMYK0.050.4000.14
HSL291.82º55%68.63%-
HSV(B)291.82º40.18%85.88%-
XYZ46.6334.6171.24-
YUV163.76159.18158.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.16%
GREEN value IS 131 (51.56% from 255) = 23.52%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=37.16%
G=23.52%
B=39.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071312190.050.4000.14291.825568.63
HexCF83DB5280E1243745
Octal31720333355001644467105
Binary110011111000001111011011101101000011101001001001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF83DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF83DB; }

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

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

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

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

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

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

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

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