#CF7BBD

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

Shades of Orchid #CF7BBD

Tints of Orchid #CF7BBD

Color information

#CF7BBD (or 0xCF7BBD) is unknown color: approx Orchid. HEX triplet: CF, 7B and BD. RGB value is (207,123,189). Sum of RGB (Red+Green+Blue) = 207+123+189=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BBD is #308442. Grayscale: #9B9B9B. Windows color (decimal): -3179587 or 12417999. OLE color: 12417999.

HSL color Cylindrical-coordinate representation of color #CF7BBD: hue angle of 312.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7BBD is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB207123189-
CMYK00.410.090.19
HSL312.86º46.67%64.71%-
HSV(B)312.86º40.58%81.18%-
XYZ4231.1151.93-
YUV155.64146.83164.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 123 (48.44% from 255) = 23.70%
BLUE value IS 189 (74.22% from 255) = 36.42%
R=39.88%
G=23.70%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712318900.410.090.19312.8646.6764.71
HexCF7BBD0299131392f41
Octal317173275051112347157101
Binary1100111111110111011110101010011001100111001110011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7BBD; }

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

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

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

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

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

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

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

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