#CB6DEA

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

Shades of Heliotrope #CB6DEA

Tints of Heliotrope #CB6DEA

Color information

#CB6DEA (or 0xCB6DEA) is unknown color: approx Heliotrope. HEX triplet: CB, 6D and EA. RGB value is (203,109,234). Sum of RGB (Red+Green+Blue) = 203+109+234=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB6DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6DEA is #349215. Grayscale: #969696. Windows color (decimal): -3445270 or 15363531. OLE color: 15363531.

HSL color Cylindrical-coordinate representation of color #CB6DEA: hue angle of 285.12º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6DEA is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203109234-
CMYK0.130.5300.08
HSL285.12º74.85%67.25%-
HSV(B)285.12º53.42%91.76%-
XYZ44.9529.5781.18-
YUV151.36174.64164.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 109 (42.97% from 255) = 19.96%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=37.18%
G=19.96%
B=42.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031092340.130.5300.08285.1274.8567.25
HexCB6DEAD350811d4b43
Octal3131553521565010435113103
Binary1100101111011011110101011011101010100010001110110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6DEA; }

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

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

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

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

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

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

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

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