Html Css Color HEX #C970FF Heliotrope

📋 copy color: '#C970FF'

red 201 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #C970FF

Tints of Heliotrope #C970FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.89%

R = 35.39%
G = 19.72%
B = 44.89%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C970FF (or 0xC970FF) is known color: Heliotrope. HEX triplet: C9, 70 and FF. RGB value is (201,112,255). Sum of RGB (Red+Green+Blue) = 201+112+255=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #C970FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C970FF is #368F00. Grayscale: #9A9A9A. Windows color (decimal): -3575553 or 16740553. OLE color: 16740553.

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

Color convert

RGB 201 112 255 -
CMYK 0.21 0.56 0 0
HSL 277.34º 1% 0.72% -
HSV(B) 277.34º 0.56% 1% -
XYZ 47.93 31.23 98.11 -
YUV 154.91 184.49 160.87 -
System Red Green Blue C M Y K H S L
Decimal 201 112 255 0.21 0.56 0 0 277.34 1 0.72
Hex C9 70 FF 15 38 0 0 115 64 48
Octal 311 160 377 25 70 0 0 425 144 110
Binary 11001001 1110000 11111111 10101 111000 0 0 100010101 1100100 1001000

Color Harmonies of #C970FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970FF

Black with #C970FF

Text Example


Text Example

White with #C970FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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