Html Css Color HEX #CB5EFA Heliotrope

📋 copy color: '#CB5EFA'

red 203 ◦ green 94 ◦ blue 250

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

Shades of Heliotrope #CB5EFA

Tints of Heliotrope #CB5EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 37.11%
G = 17.18%
B = 45.7%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB5EFA (or 0xCB5EFA) is known color: Heliotrope. HEX triplet: CB, 5E and FA. RGB value is (203,94,250). Sum of RGB (Red+Green+Blue) = 203+94+250=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB5EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5EFA is #34A105. Grayscale: #8F8F8F. Windows color (decimal): -3449094 or 16408267. OLE color: 16408267.

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

Color convert

RGB 203 94 250 -
CMYK 0.19 0.62 0 0.02
HSL 281.92º 0.94% 0.67% -
HSV(B) 281.92º 0.62% 0.98% -
XYZ 45.89 27.6 93.35 -
YUV 144.38 187.61 169.82 -
System Red Green Blue C M Y K H S L
Decimal 203 94 250 0.19 0.62 0 0.02 281.92 0.94 0.67
Hex CB 5E FA 13 3E 0 2 11A 5E 43
Octal 313 136 372 23 76 0 2 432 136 103
Binary 11001011 1011110 11111010 10011 111110 0 10 100011010 1011110 1000011

Color Harmonies of #CB5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5EFA

Black with #CB5EFA

Text Example


Text Example

White with #CB5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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