Html Css Color HEX #C970FA Heliotrope

📋 copy color: '#C970FA'

red 201 ◦ green 112 ◦ blue 250

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

Shades of Heliotrope #C970FA

Tints of Heliotrope #C970FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 35.7%
G = 19.89%
B = 44.4%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C970FA (or 0xC970FA) is known color: Heliotrope. HEX triplet: C9, 70 and FA. RGB value is (201,112,250). Sum of RGB (Red+Green+Blue) = 201+112+250=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #C970FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C970FA is #368F05. Grayscale: #999999. Windows color (decimal): -3575558 or 16412873. OLE color: 16412873.

HSL color Cylindrical-coordinate representation of color #C970FA: hue angle of 278.7º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C970FA is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 112 250 -
CMYK 0.20 0.55 0 0.02
HSL 278.7º 0.93% 0.71% -
HSV(B) 278.7º 0.55% 0.98% -
XYZ 47.14 30.91 93.92 -
YUV 154.34 181.99 161.28 -
System Red Green Blue C M Y K H S L
Decimal 201 112 250 0.20 0.55 0 0.02 278.7 0.93 0.71
Hex C9 70 FA 14 37 0 2 117 5D 47
Octal 311 160 372 24 67 0 2 427 135 107
Binary 11001001 1110000 11111010 10100 110111 0 10 100010111 1011101 1000111

Color Harmonies of #C970FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970FA

Black with #C970FA

Text Example


Text Example

White with #C970FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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