Html Css Color HEX #C953FD Heliotrope

📋 copy color: '#C953FD'

red 201 ◦ green 83 ◦ blue 253

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

Shades of Heliotrope #C953FD

Tints of Heliotrope #C953FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.11%

R = 37.43%
G = 15.46%
B = 47.11%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C953FD (or 0xC953FD) is known color: Heliotrope. HEX triplet: C9, 53 and FD. RGB value is (201,83,253). Sum of RGB (Red+Green+Blue) = 201+83+253=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 83 (32.81% from 255 or 15.46% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #C953FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C953FD is #36AC02. Grayscale: #898989. Windows color (decimal): -3582979 or 16602057. OLE color: 16602057.

HSL color Cylindrical-coordinate representation of color #C953FD: hue angle of 281.65º degrees, saturation: 0.98, 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 #C953FD is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 83 253 -
CMYK 0.21 0.67 0 0.01
HSL 281.65º 0.98% 0.66% -
HSV(B) 281.65º 0.67% 0.99% -
XYZ 44.91 25.7 95.52 -
YUV 137.66 193.09 173.18 -
System Red Green Blue C M Y K H S L
Decimal 201 83 253 0.21 0.67 0 0.01 281.65 0.98 0.66
Hex C9 53 FD 15 43 0 1 11A 62 42
Octal 311 123 375 25 103 0 1 432 142 102
Binary 11001001 1010011 11111101 10101 1000011 0 1 100011010 1100010 1000010

Color Harmonies of #C953FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953FD

Black with #C953FD

Text Example


Text Example

White with #C953FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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