#CF7DCB

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

Shades of Orchid #CF7DCB

Tints of Orchid #CF7DCB

Color information

#CF7DCB (or 0xCF7DCB) is unknown color: approx Orchid. HEX triplet: CF, 7D and CB. RGB value is (207,125,203). Sum of RGB (Red+Green+Blue) = 207+125+203=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DCB is #308234. Grayscale: #9E9E9E. Windows color (decimal): -3179061 or 13336015. OLE color: 13336015.

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

Color convert

RGB207125203-
CMYK00.400.020.19
HSL302.93º46.07%65.1%-
HSV(B)302.93º39.61%81.18%-
XYZ43.8532.2460.41-
YUV158.41153.17162.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 125 (49.22% from 255) = 23.36%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=38.69%
G=23.36%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712520300.400.020.19302.9346.0765.1
HexCF7DCB02821312f2e41
Octal31717531305022345756101
Binary11001111111110111001011010100010100111001011111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7DCB; }

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

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

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

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

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

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

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

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