#CB6ED5

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

Shades of Orchid #CB6ED5

Tints of Orchid #CB6ED5

Color information

#CB6ED5 (or 0xCB6ED5) is unknown color: approx Orchid. HEX triplet: CB, 6E and D5. RGB value is (203,110,213). Sum of RGB (Red+Green+Blue) = 203+110+213=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB6ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ED5 is #34912A. Grayscale: #959595. Windows color (decimal): -3445035 or 13987531. OLE color: 13987531.

HSL color Cylindrical-coordinate representation of color #CB6ED5: hue angle of 294.17º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6ED5 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203110213-
CMYK0.050.4800.16
HSL294.17º55.08%63.33%-
HSV(B)294.17º48.36%83.53%-
XYZ42.2128.6566.26-
YUV149.55163.81166.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 110 (43.36% from 255) = 20.91%
BLUE value IS 213 (83.59% from 255) = 40.49%
R=38.59%
G=20.91%
B=40.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031102130.050.4800.16294.1755.0863.33
HexCB6ED5530010126373f
Octal3131563255600204466777
Binary11001011110111011010101101110000010000100100110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6ED5; }

 p { color: rgb(203,110,213); }

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

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

 a { background-color: rgb(203,110,213); }

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

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

 span { border-color: rgb(203,110,213); }

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