Html Css Color HEX #C370FA Heliotrope

📋 copy color: '#C370FA'

red 195 ◦ green 112 ◦ blue 250

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

Shades of Heliotrope #C370FA

Tints of Heliotrope #C370FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 35.01%
G = 20.11%
B = 44.88%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C370FA (or 0xC370FA) is known color: Heliotrope. HEX triplet: C3, 70 and FA. RGB value is (195,112,250). Sum of RGB (Red+Green+Blue) = 195+112+250=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #C370FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C370FA is #3C8F05. Grayscale: #989898. Windows color (decimal): -3968774 or 16412867. OLE color: 16412867.

HSL color Cylindrical-coordinate representation of color #C370FA: hue angle of 276.09º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C370FA is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 112 250 -
CMYK 0.22 0.55 0 0.02
HSL 276.09º 0.93% 0.71% -
HSV(B) 276.09º 0.55% 0.98% -
XYZ 45.56 30.09 93.85 -
YUV 152.55 183 158.28 -
System Red Green Blue C M Y K H S L
Decimal 195 112 250 0.22 0.55 0 0.02 276.09 0.93 0.71
Hex C3 70 FA 16 37 0 2 114 5D 47
Octal 303 160 372 26 67 0 2 424 135 107
Binary 11000011 1110000 11111010 10110 110111 0 10 100010100 1011101 1000111

Color Harmonies of #C370FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370FA

Black with #C370FA

Text Example


Text Example

White with #C370FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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