#CF7DBB

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

Shades of Orchid #CF7DBB

Tints of Orchid #CF7DBB

Color information

#CF7DBB (or 0xCF7DBB) is unknown color: approx Orchid. HEX triplet: CF, 7D and BB. RGB value is (207,125,187). Sum of RGB (Red+Green+Blue) = 207+125+187=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DBB is #308244. Grayscale: #9C9C9C. Windows color (decimal): -3179077 or 12287439. OLE color: 12287439.

HSL color Cylindrical-coordinate representation of color #CF7DBB: hue angle of 314.63º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7DBB is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207125187-
CMYK00.400.100.19
HSL314.63º46.07%65.1%-
HSV(B)314.63º39.61%81.18%-
XYZ42.0431.5250.88-
YUV156.59145.17163.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 125 (49.22% from 255) = 24.08%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=39.88%
G=24.08%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712518700.400.100.19314.6346.0765.1
HexCF7DBB028A1313b2e41
Octal317175273050122347356101
Binary1100111111111011011101101010001010100111001110111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7DBB; }

 p { color: rgb(207,125,187); }

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

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

 a { background-color: rgb(207,125,187); }

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

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

 span { border-color: rgb(207,125,187); }

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