#CB6ADD

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

Shades of Orchid #CB6ADD

Tints of Orchid #CB6ADD

Color information

#CB6ADD (or 0xCB6ADD) is unknown color: approx Orchid. HEX triplet: CB, 6A and DD. RGB value is (203,106,221). Sum of RGB (Red+Green+Blue) = 203+106+221=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB6ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ADD is #349522. Grayscale: #939393. Windows color (decimal): -3446051 or 14510795. OLE color: 14510795.

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

Color convert

RGB203106221-
CMYK0.080.5200.13
HSL290.61º62.84%64.12%-
HSV(B)290.61º52.04%86.67%-
XYZ42.8328.2371.6-
YUV148.11169.14167.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 106 (41.80% from 255) = 20%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=38.30%
G=20%
B=41.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031062210.080.5200.13290.6162.8464.12
HexCB6ADD8340D1233f40
Octal313152335106401544377100
Binary110010111101010110111011000110100011011001000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6ADD; }

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

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

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

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

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

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

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

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