Html Css Color HEX #CB5DF9 Heliotrope

📋 copy color: '#CB5DF9'

red 203 ◦ green 93 ◦ blue 249

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

Shades of Heliotrope #CB5DF9

Tints of Heliotrope #CB5DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.69%

R = 37.25%
G = 17.06%
B = 45.69%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB5DF9 (or 0xCB5DF9) is known color: Heliotrope. HEX triplet: CB, 5D and F9. RGB value is (203,93,249). Sum of RGB (Red+Green+Blue) = 203+93+249=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB5DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5DF9 is #34A206. Grayscale: #8F8F8F. Windows color (decimal): -3449351 or 16342475. OLE color: 16342475.

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

Color convert

RGB 203 93 249 -
CMYK 0.18 0.63 0 0.02
HSL 282.31º 0.93% 0.67% -
HSV(B) 282.31º 0.63% 0.98% -
XYZ 45.64 27.36 92.5 -
YUV 143.67 187.44 170.32 -
System Red Green Blue C M Y K H S L
Decimal 203 93 249 0.18 0.63 0 0.02 282.31 0.93 0.67
Hex CB 5D F9 12 3F 0 2 11A 5D 43
Octal 313 135 371 22 77 0 2 432 135 103
Binary 11001011 1011101 11111001 10010 111111 0 10 100011010 1011101 1000011

Color Harmonies of #CB5DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5DF9

Black with #CB5DF9

Text Example


Text Example

White with #CB5DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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