Html Css Color HEX #CB5EFB Heliotrope

📋 copy color: '#CB5EFB'

red 203 ◦ green 94 ◦ blue 251

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

Shades of Heliotrope #CB5EFB

Tints of Heliotrope #CB5EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.15%

 BLUE value IS 251 (98.44% from 255) = 45.8%

R = 37.04%
G = 17.15%
B = 45.8%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB5EFB (or 0xCB5EFB) is known color: Heliotrope. HEX triplet: CB, 5E and FB. RGB value is (203,94,251). Sum of RGB (Red+Green+Blue) = 203+94+251=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB5EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5EFB is #34A104. Grayscale: #8F8F8F. Windows color (decimal): -3449093 or 16473803. OLE color: 16473803.

HSL color Cylindrical-coordinate representation of color #CB5EFB: hue angle of 281.66º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB5EFB is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 94 251 -
CMYK 0.19 0.63 0 0.02
HSL 281.66º 0.95% 0.68% -
HSV(B) 281.66º 0.63% 0.98% -
XYZ 46.04 27.67 94.18 -
YUV 144.49 188.11 169.73 -
System Red Green Blue C M Y K H S L
Decimal 203 94 251 0.19 0.63 0 0.02 281.66 0.95 0.68
Hex CB 5E FB 13 3F 0 2 11A 5F 44
Octal 313 136 373 23 77 0 2 432 137 104
Binary 11001011 1011110 11111011 10011 111111 0 10 100011010 1011111 1000100

Color Harmonies of #CB5EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5EFB

Black with #CB5EFB

Text Example


Text Example

White with #CB5EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5EFB; }

 p { color: rgb(203,94,251); }

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

background-color css

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

 a { background-color: rgb(203,94,251); }

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

border-color css

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

 span { border-color: rgb(203,94,251); }

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