Html Css Color HEX #CB5BF6 Heliotrope

📋 copy color: '#CB5BF6'

red 203 ◦ green 91 ◦ blue 246

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

Shades of Heliotrope #CB5BF6

Tints of Heliotrope #CB5BF6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.85%

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

R = 37.59%
G = 16.85%
B = 45.56%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB5BF6 (or 0xCB5BF6) is known color: Heliotrope. HEX triplet: CB, 5B and F6. RGB value is (203,91,246). Sum of RGB (Red+Green+Blue) = 203+91+246=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 91 (35.94% from 255 or 16.85% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB5BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5BF6 is #34A409. Grayscale: #8D8D8D. Windows color (decimal): -3449866 or 16145355. OLE color: 16145355.

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

Color convert

RGB 203 91 246 -
CMYK 0.17 0.63 0 0.04
HSL 283.35º 0.9% 0.66% -
HSV(B) 283.35º 0.63% 0.96% -
XYZ 45 26.83 90 -
YUV 142.16 186.61 171.4 -
System Red Green Blue C M Y K H S L
Decimal 203 91 246 0.17 0.63 0 0.04 283.35 0.9 0.66
Hex CB 5B F6 11 3F 0 4 11B 5A 42
Octal 313 133 366 21 77 0 4 433 132 102
Binary 11001011 1011011 11110110 10001 111111 0 100 100011011 1011010 1000010

Color Harmonies of #CB5BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5BF6

Black with #CB5BF6

Text Example


Text Example

White with #CB5BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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