#CF7CBD

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

Shades of Orchid #CF7CBD

Tints of Orchid #CF7CBD

Color information

#CF7CBD (or 0xCF7CBD) is unknown color: approx Orchid. HEX triplet: CF, 7C and BD. RGB value is (207,124,189). Sum of RGB (Red+Green+Blue) = 207+124+189=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CBD is #308342. Grayscale: #9C9C9C. Windows color (decimal): -3179331 or 12418255. OLE color: 12418255.

HSL color Cylindrical-coordinate representation of color #CF7CBD: hue angle of 313.01º 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 #CF7CBD is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB207124189-
CMYK00.400.090.19
HSL313.01º46.37%64.9%-
HSV(B)313.01º40.1%81.18%-
XYZ42.1331.3551.98-
YUV156.23146.5164.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 124 (48.83% from 255) = 23.85%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=39.81%
G=23.85%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712418900.400.090.19313.0146.3764.9
HexCF7CBD0289131392e41
Octal317174275050112347156101
Binary1100111111111001011110101010001001100111001110011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7CBD; }

 p { color: rgb(207,124,189); }

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

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

 a { background-color: rgb(207,124,189); }

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

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

 span { border-color: rgb(207,124,189); }

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