Html Css Color HEX #C970EF Heliotrope

📋 copy color: '#C970EF'

red 201 ◦ green 112 ◦ blue 239

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

Shades of Heliotrope #C970EF

Tints of Heliotrope #C970EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.3%

R = 36.41%
G = 20.29%
B = 43.3%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C970EF (or 0xC970EF) is known color: Heliotrope. HEX triplet: C9, 70 and EF. RGB value is (201,112,239). Sum of RGB (Red+Green+Blue) = 201+112+239=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #C970EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C970EF is #368F10. Grayscale: #989898. Windows color (decimal): -3575569 or 15691977. OLE color: 15691977.

HSL color Cylindrical-coordinate representation of color #C970EF: hue angle of 282.05º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C970EF is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 112 239 -
CMYK 0.16 0.53 0 0.06
HSL 282.05º 0.8% 0.69% -
HSV(B) 282.05º 0.53% 0.94% -
XYZ 45.46 30.24 85.1 -
YUV 153.09 176.49 162.17 -
System Red Green Blue C M Y K H S L
Decimal 201 112 239 0.16 0.53 0 0.06 282.05 0.8 0.69
Hex C9 70 EF 10 35 0 6 11A 50 45
Octal 311 160 357 20 65 0 6 432 120 105
Binary 11001001 1110000 11101111 10000 110101 0 110 100011010 1010000 1000101

Color Harmonies of #C970EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970EF

Black with #C970EF

Text Example


Text Example

White with #C970EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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