Html Css Color HEX #C970FE Heliotrope

📋 copy color: '#C970FE'

red 201 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #C970FE

Tints of Heliotrope #C970FE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.75%

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 35.45%
G = 19.75%
B = 44.8%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C970FE (or 0xC970FE) is known color: Heliotrope. HEX triplet: C9, 70 and FE. RGB value is (201,112,254). Sum of RGB (Red+Green+Blue) = 201+112+254=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #C970FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C970FE is #368F01. Grayscale: #9A9A9A. Windows color (decimal): -3575554 or 16675017. OLE color: 16675017.

HSL color Cylindrical-coordinate representation of color #C970FE: hue angle of 277.61º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C970FE is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 112 254 -
CMYK 0.21 0.56 0 0.00
HSL 277.61º 0.99% 0.72% -
HSV(B) 277.61º 0.56% 1% -
XYZ 47.77 31.16 97.26 -
YUV 154.8 183.99 160.95 -
System Red Green Blue C M Y K H S L
Decimal 201 112 254 0.21 0.56 0 0.00 277.61 0.99 0.72
Hex C9 70 FE 15 38 0 0 116 63 48
Octal 311 160 376 25 70 0 0 426 143 110
Binary 11001001 1110000 11111110 10101 111000 0 0 100010110 1100011 1001000

Color Harmonies of #C970FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970FE

Black with #C970FE

Text Example


Text Example

White with #C970FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970FE; }

 p { color: rgb(201,112,254); }

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

background-color css

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

 a { background-color: rgb(201,112,254); }

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

border-color css

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

 span { border-color: rgb(201,112,254); }

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