#CB7DFD

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

Shades of Heliotrope #CB7DFD

Tints of Heliotrope #CB7DFD

Color information

#CB7DFD (or 0xCB7DFD) is unknown color: approx Heliotrope. HEX triplet: CB, 7D and FD. RGB value is (203,125,253). Sum of RGB (Red+Green+Blue) = 203+125+253=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB7DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7DFD is #348202. Grayscale: #A2A2A2. Windows color (decimal): -3441155 or 16612811. OLE color: 16612811.

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

Color convert

RGB203125253-
CMYK0.200.5100.01
HSL276.56º96.97%74.12%-
HSV(B)276.56º50.59%99.22%-
XYZ49.6934.4696.96-
YUV162.91178.84156.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.94%
GREEN value IS 125 (49.22% from 255) = 21.51%
BLUE value IS 253 (99.22% from 255) = 43.55%
R=34.94%
G=21.51%
B=43.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031252530.200.5100.01276.5696.9774.12
HexCB7DFD143301115614a
Octal313175375246301425141112
Binary11001011111110111111101101001100110110001010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7DFD; }

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

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

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

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

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

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

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

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