Html Css Color HEX #C970ED Heliotrope

📋 copy color: '#C970ED'

red 201 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #C970ED

Tints of Heliotrope #C970ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.09%

R = 36.55%
G = 20.36%
B = 43.09%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C970ED (or 0xC970ED) is known color: Heliotrope. HEX triplet: C9, 70 and ED. RGB value is (201,112,237). Sum of RGB (Red+Green+Blue) = 201+112+237=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #C970ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C970ED is #368F12. Grayscale: #989898. Windows color (decimal): -3575571 or 15560905. OLE color: 15560905.

HSL color Cylindrical-coordinate representation of color #C970ED: hue angle of 282.72º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C970ED is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 112 237 -
CMYK 0.15 0.53 0 0.07
HSL 282.72º 0.78% 0.68% -
HSV(B) 282.72º 0.53% 0.93% -
XYZ 45.17 30.12 83.55 -
YUV 152.86 175.49 162.34 -
System Red Green Blue C M Y K H S L
Decimal 201 112 237 0.15 0.53 0 0.07 282.72 0.78 0.68
Hex C9 70 ED F 35 0 7 11B 4E 44
Octal 311 160 355 17 65 0 7 433 116 104
Binary 11001001 1110000 11101101 1111 110101 0 111 100011011 1001110 1000100

Color Harmonies of #C970ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970ED

Black with #C970ED

Text Example


Text Example

White with #C970ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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