Html Css Color HEX #C95EFB Heliotrope

📋 copy color: '#C95EFB'

red 201 ◦ green 94 ◦ blue 251

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

Shades of Heliotrope #C95EFB

Tints of Heliotrope #C95EFB

RGB

 RED value IS 201 (78.91% from 255) = 36.81%

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

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

R = 36.81%
G = 17.22%
B = 45.97%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C95EFB (or 0xC95EFB) is known color: Heliotrope. HEX triplet: C9, 5E and FB. RGB value is (201,94,251). Sum of RGB (Red+Green+Blue) = 201+94+251=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #C95EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95EFB is #36A104. Grayscale: #8F8F8F. Windows color (decimal): -3580165 or 16473801. OLE color: 16473801.

HSL color Cylindrical-coordinate representation of color #C95EFB: hue angle of 280.89º 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 #C95EFB is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 94 251 -
CMYK 0.20 0.63 0 0.02
HSL 280.89º 0.95% 0.68% -
HSV(B) 280.89º 0.63% 0.98% -
XYZ 45.5 27.39 94.15 -
YUV 143.89 188.45 168.73 -
System Red Green Blue C M Y K H S L
Decimal 201 94 251 0.20 0.63 0 0.02 280.89 0.95 0.68
Hex C9 5E FB 14 3F 0 2 119 5F 44
Octal 311 136 373 24 77 0 2 431 137 104
Binary 11001001 1011110 11111011 10100 111111 0 10 100011001 1011111 1000100

Color Harmonies of #C95EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95EFB

Black with #C95EFB

Text Example


Text Example

White with #C95EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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