#CF7FDB

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

Shades of Orchid #CF7FDB

Tints of Orchid #CF7FDB

Color information

#CF7FDB (or 0xCF7FDB) is unknown color: approx Orchid. HEX triplet: CF, 7F and DB. RGB value is (207,127,219). Sum of RGB (Red+Green+Blue) = 207+127+219=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FDB is #308024. Grayscale: #A1A1A1. Windows color (decimal): -3178533 or 14385103. OLE color: 14385103.

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

Color convert

RGB207127219-
CMYK0.050.4200.14
HSL292.17º56.1%67.84%-
HSV(B)292.17º42.01%85.88%-
XYZ46.1133.5671.07-
YUV161.41160.5160.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 127 (50% from 255) = 22.97%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=37.43%
G=22.97%
B=39.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071272190.050.4200.14292.1756.167.84
HexCF7FDB52A0E1243844
Octal31717733355201644470104
Binary11001111111111111011011101101010011101001001001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7FDB; }

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

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

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

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

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

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

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

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