Html Css Color HEX #C370ED Heliotrope

📋 copy color: '#C370ED'

red 195 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #C370ED

Tints of Heliotrope #C370ED

RGB

 RED value IS 195 (76.56% from 255) = 35.85%

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

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

R = 35.85%
G = 20.59%
B = 43.57%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C370ED (or 0xC370ED) is known color: Heliotrope. HEX triplet: C3, 70 and ED. RGB value is (195,112,237). Sum of RGB (Red+Green+Blue) = 195+112+237=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #C370ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C370ED is #3C8F12. Grayscale: #969696. Windows color (decimal): -3968787 or 15560899. OLE color: 15560899.

HSL color Cylindrical-coordinate representation of color #C370ED: hue angle of 279.84º 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 #C370ED is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 112 237 -
CMYK 0.18 0.53 0 0.07
HSL 279.84º 0.78% 0.68% -
HSV(B) 279.84º 0.53% 0.93% -
XYZ 43.59 29.3 83.48 -
YUV 151.07 176.5 159.34 -
System Red Green Blue C M Y K H S L
Decimal 195 112 237 0.18 0.53 0 0.07 279.84 0.78 0.68
Hex C3 70 ED 12 35 0 7 118 4E 44
Octal 303 160 355 22 65 0 7 430 116 104
Binary 11000011 1110000 11101101 10010 110101 0 111 100011000 1001110 1000100

Color Harmonies of #C370ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370ED

Black with #C370ED

Text Example


Text Example

White with #C370ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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