Html Css Color HEX #C370EE Heliotrope

📋 copy color: '#C370EE'

red 195 ◦ green 112 ◦ blue 238

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

Shades of Heliotrope #C370EE

Tints of Heliotrope #C370EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 35.78%
G = 20.55%
B = 43.67%

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

#C370EE (or 0xC370EE) is known color: Heliotrope. HEX triplet: C3, 70 and EE. RGB value is (195,112,238). Sum of RGB (Red+Green+Blue) = 195+112+238=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #C370EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C370EE is #3C8F11. Grayscale: #969696. Windows color (decimal): -3968786 or 15626435. OLE color: 15626435.

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

Color convert

RGB 195 112 238 -
CMYK 0.18 0.53 0 0.07
HSL 279.52º 0.79% 0.69% -
HSV(B) 279.52º 0.53% 0.93% -
XYZ 43.73 29.36 84.25 -
YUV 151.18 177 159.25 -
System Red Green Blue C M Y K H S L
Decimal 195 112 238 0.18 0.53 0 0.07 279.52 0.79 0.69
Hex C3 70 EE 12 35 0 7 118 4F 45
Octal 303 160 356 22 65 0 7 430 117 105
Binary 11000011 1110000 11101110 10010 110101 0 111 100011000 1001111 1000101

Color Harmonies of #C370EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370EE

Black with #C370EE

Text Example


Text Example

White with #C370EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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