Html Css Color HEX #CB5DF8 Heliotrope

📋 copy color: '#CB5DF8'

red 203 ◦ green 93 ◦ blue 248

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

Shades of Heliotrope #CB5DF8

Tints of Heliotrope #CB5DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.59%

R = 37.32%
G = 17.1%
B = 45.59%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CB5DF8 (or 0xCB5DF8) is known color: Heliotrope. HEX triplet: CB, 5D and F8. RGB value is (203,93,248). Sum of RGB (Red+Green+Blue) = 203+93+248=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 93 (36.72% from 255 or 17.10% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB5DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5DF8 is #34A207. Grayscale: #8F8F8F. Windows color (decimal): -3449352 or 16276939. OLE color: 16276939.

HSL color Cylindrical-coordinate representation of color #CB5DF8: hue angle of 282.58º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB5DF8 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 93 248 -
CMYK 0.18 0.62 0 0.03
HSL 282.58º 0.92% 0.67% -
HSV(B) 282.58º 0.63% 0.97% -
XYZ 45.49 27.3 91.68 -
YUV 143.56 186.94 170.4 -
System Red Green Blue C M Y K H S L
Decimal 203 93 248 0.18 0.62 0 0.03 282.58 0.92 0.67
Hex CB 5D F8 12 3E 0 3 11B 5C 43
Octal 313 135 370 22 76 0 3 433 134 103
Binary 11001011 1011101 11111000 10010 111110 0 11 100011011 1011100 1000011

Color Harmonies of #CB5DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5DF8

Black with #CB5DF8

Text Example


Text Example

White with #CB5DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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