#CB6DD8

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

Shades of Orchid #CB6DD8

Tints of Orchid #CB6DD8

Color information

#CB6DD8 (or 0xCB6DD8) is unknown color: approx Orchid. HEX triplet: CB, 6D and D8. RGB value is (203,109,216). Sum of RGB (Red+Green+Blue) = 203+109+216=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB6DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DD8 is #349227. Grayscale: #949494. Windows color (decimal): -3445288 or 14183883. OLE color: 14183883.

HSL color Cylindrical-coordinate representation of color #CB6DD8: hue angle of 292.71º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6DD8 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203109216-
CMYK0.060.5000.15
HSL292.71º57.84%63.73%-
HSV(B)292.71º49.54%84.71%-
XYZ42.4928.5968.24-
YUV149.3165.64166.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 109 (42.97% from 255) = 20.64%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=38.45%
G=20.64%
B=40.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031092160.060.5000.15292.7157.8463.73
HexCB6DD86320F1253a40
Octal31315533066201744572100
Binary11001011110110111011000110110010011111001001011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6DD8; }

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

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

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

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

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

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

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

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