#CB7DFF

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

Shades of Heliotrope #CB7DFF

Tints of Heliotrope #CB7DFF

Color information

#CB7DFF (or 0xCB7DFF) is unknown color: approx Heliotrope. HEX triplet: CB, 7D and FF. RGB value is (203,125,255). Sum of RGB (Red+Green+Blue) = 203+125+255=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7DFF is #348200. Grayscale: #A2A2A2. Windows color (decimal): -3441153 or 16743883. OLE color: 16743883.

HSL color Cylindrical-coordinate representation of color #CB7DFF: hue angle of 276º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB7DFF is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203125255-
CMYK0.200.5100
HSL276º100%74.51%-
HSV(B)276º50.98%100%-
XYZ50.0134.5898.65-
YUV163.14179.84156.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.82%
GREEN value IS 125 (49.22% from 255) = 21.44%
BLUE value IS 255 (100% from 255) = 43.74%
R=34.82%
G=21.44%
B=43.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031252550.200.510027610074.51
HexCB7DFF143300114644b
Octal313175377246300424144113
Binary11001011111110111111111101001100110010001010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7DFF; }

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

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

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

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

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

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

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

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