Html Css Color HEX #C960FD Heliotrope

📋 copy color: '#C960FD'

red 201 ◦ green 96 ◦ blue 253

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

Shades of Heliotrope #C960FD

Tints of Heliotrope #C960FD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.45%

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

R = 36.55%
G = 17.45%
B = 46%

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

#C960FD (or 0xC960FD) is known color: Heliotrope. HEX triplet: C9, 60 and FD. RGB value is (201,96,253). Sum of RGB (Red+Green+Blue) = 201+96+253=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #C960FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C960FD is #369F02. Grayscale: #909090. Windows color (decimal): -3579651 or 16605385. OLE color: 16605385.

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

Color convert

RGB 201 96 253 -
CMYK 0.21 0.62 0 0.01
HSL 280.13º 0.98% 0.68% -
HSV(B) 280.13º 0.62% 0.99% -
XYZ 46 27.88 95.88 -
YUV 145.29 188.79 167.73 -
System Red Green Blue C M Y K H S L
Decimal 201 96 253 0.21 0.62 0 0.01 280.13 0.98 0.68
Hex C9 60 FD 15 3E 0 1 118 62 44
Octal 311 140 375 25 76 0 1 430 142 104
Binary 11001001 1100000 11111101 10101 111110 0 1 100011000 1100010 1000100

Color Harmonies of #C960FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C960FD

Black with #C960FD

Text Example


Text Example

White with #C960FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C960FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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