Html Css Color HEX #C950FA Heliotrope

📋 copy color: '#C950FA'

red 201 ◦ green 80 ◦ blue 250

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

Shades of Heliotrope #C950FA

Tints of Heliotrope #C950FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.07%

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

R = 37.85%
G = 15.07%
B = 47.08%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C950FA (or 0xC950FA) is known color: Heliotrope. HEX triplet: C9, 50 and FA. RGB value is (201,80,250). Sum of RGB (Red+Green+Blue) = 201+80+250=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 80 (31.64% from 255 or 15.07% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #C950FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C950FA is #36AF05. Grayscale: #878787. Windows color (decimal): -3583750 or 16404681. OLE color: 16404681.

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

Color convert

RGB 201 80 250 -
CMYK 0.20 0.68 0 0.02
HSL 282.71º 0.94% 0.65% -
HSV(B) 282.71º 0.68% 0.98% -
XYZ 44.21 25.06 92.95 -
YUV 135.56 192.59 174.68 -
System Red Green Blue C M Y K H S L
Decimal 201 80 250 0.20 0.68 0 0.02 282.71 0.94 0.65
Hex C9 50 FA 14 44 0 2 11B 5E 41
Octal 311 120 372 24 104 0 2 433 136 101
Binary 11001001 1010000 11111010 10100 1000100 0 10 100011011 1011110 1000001

Color Harmonies of #C950FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C950FA

Black with #C950FA

Text Example


Text Example

White with #C950FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C950FA; }

 p { color: rgb(201,80,250); }

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

background-color css

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

 a { background-color: rgb(201,80,250); }

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

border-color css

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

 span { border-color: rgb(201,80,250); }

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