#CB7DED

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

Shades of Heliotrope #CB7DED

Tints of Heliotrope #CB7DED

Color information

#CB7DED (or 0xCB7DED) is unknown color: approx Heliotrope. HEX triplet: CB, 7D and ED. RGB value is (203,125,237). Sum of RGB (Red+Green+Blue) = 203+125+237=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB7DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7DED is #348212. Grayscale: #A0A0A0. Windows color (decimal): -3441171 or 15564235. OLE color: 15564235.

HSL color Cylindrical-coordinate representation of color #CB7DED: hue angle of 281.79º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB7DED is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203125237-
CMYK0.140.4700.07
HSL281.79º75.68%70.98%-
HSV(B)281.79º47.26%92.94%-
XYZ47.2533.4884.09-
YUV161.09170.84157.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.93%
GREEN value IS 125 (49.22% from 255) = 22.12%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=35.93%
G=22.12%
B=41.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031252370.140.4700.07281.7975.6870.98
HexCB7DEDE2F0711a4c47
Octal313175355165707432114107
Binary110010111111101111011011110101111011110001101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7DED; }

 p { color: rgb(203,125,237); }

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

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

 a { background-color: rgb(203,125,237); }

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

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

 span { border-color: rgb(203,125,237); }

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