Html Css Color HEX #CB5DF6 Heliotrope

📋 copy color: '#CB5DF6'

red 203 ◦ green 93 ◦ blue 246

#CB5DF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CB5DF6

Tints of Heliotrope #CB5DF6

RGB

 RED value IS 203 (79.69% from 255) = 37.45%

 GREEN value IS 93 (36.72% from 255) = 17.16%

 BLUE value IS 246 (96.48% from 255) = 45.39%

R = 37.45%
G = 17.16%
B = 45.39%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB5DF6 (or 0xCB5DF6) is known color: Heliotrope. HEX triplet: CB, 5D and F6. RGB value is (203,93,246). Sum of RGB (Red+Green+Blue) = 203+93+246=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 93 (36.72% from 255 or 17.16% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB5DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5DF6 is #34A209. Grayscale: #8E8E8E. Windows color (decimal): -3449354 or 16145867. OLE color: 16145867.

HSL color Cylindrical-coordinate representation of color #CB5DF6: hue angle of 283.14º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB5DF6 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 93 246 -
CMYK 0.17 0.62 0 0.04
HSL 283.14º 0.89% 0.66% -
HSV(B) 283.14º 0.62% 0.96% -
XYZ 45.18 27.18 90.05 -
YUV 143.33 185.94 170.56 -
System Red Green Blue C M Y K H S L
Decimal 203 93 246 0.17 0.62 0 0.04 283.14 0.89 0.66
Hex CB 5D F6 11 3E 0 4 11B 59 42
Octal 313 135 366 21 76 0 4 433 131 102
Binary 11001011 1011101 11110110 10001 111110 0 100 100011011 1011001 1000010

Color Harmonies of #CB5DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5DF6

Black with #CB5DF6

Text Example


Text Example

White with #CB5DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5DF6; }

 p { color: rgb(203,93,246); }

 H1.HeaderClassName
 {
   color: #CB5DF6;
 }
 .AnyTagClassName
 {
   color: #CB5DF6;
 }
</style>

background-color css

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

 a { background-color: rgb(203,93,246); }

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

border-color css

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

 span { border-color: rgb(203,93,246); }

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