#CB7ECC

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

Shades of Orchid #CB7ECC

Tints of Orchid #CB7ECC

Color information

#CB7ECC (or 0xCB7ECC) is unknown color: approx Orchid. HEX triplet: CB, 7E and CC. RGB value is (203,126,204). Sum of RGB (Red+Green+Blue) = 203+126+204=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB7ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ECC is #348133. Grayscale: #9D9D9D. Windows color (decimal): -3440948 or 13401803. OLE color: 13401803.

HSL color Cylindrical-coordinate representation of color #CB7ECC: hue angle of 299.23º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7ECC is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203126204-
CMYK0.000.3800.2
HSL299.23º43.33%64.71%-
HSV(B)299.23º38.24%80%-
XYZ42.9931.9861.03-
YUV157.92154.01160.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 126 (49.61% from 255) = 23.64%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=38.09%
G=23.64%
B=38.27%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031262040.000.3800.2299.2343.3364.71
HexCB7ECC02601412b2b41
Octal31317631404602445353101
Binary1100101111111101100110001001100101001001010111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7ECC; }

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

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

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

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

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

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

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

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