Html Css Color HEX #C953FC Heliotrope

📋 copy color: '#C953FC'

red 201 ◦ green 83 ◦ blue 252

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

Shades of Heliotrope #C953FC

Tints of Heliotrope #C953FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.49%

 BLUE value IS 252 (98.83% from 255) = 47.01%

R = 37.5%
G = 15.49%
B = 47.01%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C953FC (or 0xC953FC) is known color: Heliotrope. HEX triplet: C9, 53 and FC. RGB value is (201,83,252). Sum of RGB (Red+Green+Blue) = 201+83+252=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 83 (32.81% from 255 or 15.49% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #C953FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C953FC is #36AC03. Grayscale: #888888. Windows color (decimal): -3582980 or 16536521. OLE color: 16536521.

HSL color Cylindrical-coordinate representation of color #C953FC: hue angle of 281.89º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C953FC is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 83 252 -
CMYK 0.20 0.67 0 0.01
HSL 281.89º 0.97% 0.66% -
HSV(B) 281.89º 0.67% 0.99% -
XYZ 44.75 25.63 94.68 -
YUV 137.55 192.59 173.26 -
System Red Green Blue C M Y K H S L
Decimal 201 83 252 0.20 0.67 0 0.01 281.89 0.97 0.66
Hex C9 53 FC 14 43 0 1 11A 61 42
Octal 311 123 374 24 103 0 1 432 141 102
Binary 11001001 1010011 11111100 10100 1000011 0 1 100011010 1100001 1000010

Color Harmonies of #C953FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953FC

Black with #C953FC

Text Example


Text Example

White with #C953FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953FC; }

 p { color: rgb(201,83,252); }

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

background-color css

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

 a { background-color: rgb(201,83,252); }

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

border-color css

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

 span { border-color: rgb(201,83,252); }

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