#CF7DCE

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

Shades of Orchid #CF7DCE

Tints of Orchid #CF7DCE

Color information

#CF7DCE (or 0xCF7DCE) is unknown color: approx Orchid. HEX triplet: CF, 7D and CE. RGB value is (207,125,206). Sum of RGB (Red+Green+Blue) = 207+125+206=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DCE is #308231. Grayscale: #9E9E9E. Windows color (decimal): -3179058 or 13532623. OLE color: 13532623.

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

Color convert

RGB207125206-
CMYK00.400.000.19
HSL300.73º46.07%65.1%-
HSV(B)300.73º39.61%81.18%-
XYZ44.2132.3962.31-
YUV158.75154.67162.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 125 (49.22% from 255) = 23.23%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=38.48%
G=23.23%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712520600.400.000.19300.7346.0765.1
HexCF7DCE02801312d2e41
Octal31717531605002345556101
Binary1100111111111011100111001010000100111001011011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7DCE; }

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

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

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

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

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

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

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

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