#CB6BE0

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

Shades of Orchid #CB6BE0

Tints of Orchid #CB6BE0

Color information

#CB6BE0 (or 0xCB6BE0) is unknown color: approx Orchid. HEX triplet: CB, 6B and E0. RGB value is (203,107,224). Sum of RGB (Red+Green+Blue) = 203+107+224=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB6BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BE0 is #34941F. Grayscale: #949494. Windows color (decimal): -3445792 or 14707659. OLE color: 14707659.

HSL color Cylindrical-coordinate representation of color #CB6BE0: hue angle of 289.23º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6BE0 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203107224-
CMYK0.090.5200.12
HSL289.23º65.36%64.9%-
HSV(B)289.23º52.23%87.84%-
XYZ43.3428.5973.76-
YUV149.04170.3166.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 107 (42.19% from 255) = 20.04%
BLUE value IS 224 (87.89% from 255) = 41.95%
R=38.01%
G=20.04%
B=41.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031072240.090.5200.12289.2365.3664.9
HexCB6BE09340C1214141
Octal3131533401164014441101101
Binary1100101111010111110000010011101000110010010000110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6BE0; }

 p { color: rgb(203,107,224); }

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

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

 a { background-color: rgb(203,107,224); }

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

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

 span { border-color: rgb(203,107,224); }

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