#CF7ECB

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

Shades of Orchid #CF7ECB

Tints of Orchid #CF7ECB

Color information

#CF7ECB (or 0xCF7ECB) is unknown color: approx Orchid. HEX triplet: CF, 7E and CB. RGB value is (207,126,203). Sum of RGB (Red+Green+Blue) = 207+126+203=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ECB is #308134. Grayscale: #9E9E9E. Windows color (decimal): -3178805 or 13336271. OLE color: 13336271.

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

Color convert

RGB207126203-
CMYK00.390.020.19
HSL302.96º45.76%65.29%-
HSV(B)302.96º39.13%81.18%-
XYZ43.9732.560.46-
YUV159152.84162.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 126 (49.61% from 255) = 23.51%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=38.62%
G=23.51%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712620300.390.020.19302.9645.7665.29
HexCF7ECB02721312f2e41
Octal31717631304722345756101
Binary11001111111111011001011010011110100111001011111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7ECB; }

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

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

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

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

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

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

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

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