#CB6DDD

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

Shades of Orchid #CB6DDD

Tints of Orchid #CB6DDD

Color information

#CB6DDD (or 0xCB6DDD) is unknown color: approx Orchid. HEX triplet: CB, 6D and DD. RGB value is (203,109,221). Sum of RGB (Red+Green+Blue) = 203+109+221=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DDD is #349222. Grayscale: #959595. Windows color (decimal): -3445283 or 14511563. OLE color: 14511563.

HSL color Cylindrical-coordinate representation of color #CB6DDD: hue angle of 290.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6DDD is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203109221-
CMYK0.080.5100.13
HSL290.36º62.22%64.71%-
HSV(B)290.36º50.68%86.67%-
XYZ43.1528.8571.7-
YUV149.87168.14165.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 109 (42.97% from 255) = 20.45%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=38.09%
G=20.45%
B=41.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031092210.080.5100.13290.3662.2264.71
HexCB6DDD8330D1223e41
Octal313155335106301544276101
Binary110010111101101110111011000110011011011001000101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6DDD; }

 p { color: rgb(203,109,221); }

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

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

 a { background-color: rgb(203,109,221); }

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

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

 span { border-color: rgb(203,109,221); }

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