#CB7CFD

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

Shades of Heliotrope #CB7CFD

Tints of Heliotrope #CB7CFD

Color information

#CB7CFD (or 0xCB7CFD) is unknown color: approx Heliotrope. HEX triplet: CB, 7C and FD. RGB value is (203,124,253). Sum of RGB (Red+Green+Blue) = 203+124+253=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 124 (48.83% from 255 or 21.38% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB7CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7CFD is #348302. Grayscale: #A1A1A1. Windows color (decimal): -3441411 or 16612555. OLE color: 16612555.

HSL color Cylindrical-coordinate representation of color #CB7CFD: hue angle of 276.74º 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 #CB7CFD is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203124253-
CMYK0.200.5100.01
HSL276.74º96.99%73.92%-
HSV(B)276.74º50.99%99.22%-
XYZ49.5734.296.92-
YUV162.33179.17157.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 124 (48.83% from 255) = 21.38%
BLUE value IS 253 (99.22% from 255) = 43.62%
R=35%
G=21.38%
B=43.62%

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
Decimal2031242530.200.5100.01276.7496.9973.92
HexCB7CFD143301115614a
Octal313174375246301425141112
Binary11001011111110011111101101001100110110001010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7CFD; }

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

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

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

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

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

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

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

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