Html Css Color HEX #C961FD Heliotrope

📋 copy color: '#C961FD'

red 201 ◦ green 97 ◦ blue 253

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

Shades of Heliotrope #C961FD

Tints of Heliotrope #C961FD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.6%

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

R = 36.48%
G = 17.6%
B = 45.92%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C961FD (or 0xC961FD) is known color: Heliotrope. HEX triplet: C9, 61 and FD. RGB value is (201,97,253). Sum of RGB (Red+Green+Blue) = 201+97+253=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 97 (38.28% from 255 or 17.60% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #C961FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C961FD is #369E02. Grayscale: #919191. Windows color (decimal): -3579395 or 16605641. OLE color: 16605641.

HSL color Cylindrical-coordinate representation of color #C961FD: hue angle of 280º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C961FD is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 97 253 -
CMYK 0.21 0.62 0 0.01
HSL 280º 0.98% 0.69% -
HSV(B) 280º 0.62% 0.99% -
XYZ 46.09 28.06 95.92 -
YUV 145.88 188.46 167.32 -
System Red Green Blue C M Y K H S L
Decimal 201 97 253 0.21 0.62 0 0.01 280 0.98 0.69
Hex C9 61 FD 15 3E 0 1 118 62 45
Octal 311 141 375 25 76 0 1 430 142 105
Binary 11001001 1100001 11111101 10101 111110 0 1 100011000 1100010 1000101

Color Harmonies of #C961FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961FD

Black with #C961FD

Text Example


Text Example

White with #C961FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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