#CB6DDC

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

Shades of Orchid #CB6DDC

Tints of Orchid #CB6DDC

Color information

#CB6DDC (or 0xCB6DDC) is unknown color: approx Orchid. HEX triplet: CB, 6D and DC. RGB value is (203,109,220). Sum of RGB (Red+Green+Blue) = 203+109+220=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB6DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DDC is #349223. Grayscale: #959595. Windows color (decimal): -3445284 or 14446027. OLE color: 14446027.

HSL color Cylindrical-coordinate representation of color #CB6DDC: hue angle of 290.81º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6DDC is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203109220-
CMYK0.080.5000.14
HSL290.81º61.33%64.51%-
HSV(B)290.81º50.45%86.27%-
XYZ43.0228.871-
YUV149.76167.64165.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 109 (42.97% from 255) = 20.49%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=38.16%
G=20.49%
B=41.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031092200.080.5000.14290.8161.3364.51
HexCB6DDC8320E1233d41
Octal313155334106201644375101
Binary110010111101101110111001000110010011101001000111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6DDC; }

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

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

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

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

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

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

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

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