Html Css Color HEX #C372EC Heliotrope

📋 copy color: '#C372EC'

red 195 ◦ green 114 ◦ blue 236

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

Shades of Heliotrope #C372EC

Tints of Heliotrope #C372EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.92%

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 35.78%
G = 20.92%
B = 43.3%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C372EC (or 0xC372EC) is known color: Heliotrope. HEX triplet: C3, 72 and EC. RGB value is (195,114,236). Sum of RGB (Red+Green+Blue) = 195+114+236=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #C372EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C372EC is #3C8D13. Grayscale: #979797. Windows color (decimal): -3968276 or 15495875. OLE color: 15495875.

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

Color convert

RGB 195 114 236 -
CMYK 0.17 0.52 0 0.07
HSL 279.84º 0.76% 0.69% -
HSV(B) 279.84º 0.52% 0.93% -
XYZ 43.66 29.69 82.79 -
YUV 152.13 175.34 158.58 -
System Red Green Blue C M Y K H S L
Decimal 195 114 236 0.17 0.52 0 0.07 279.84 0.76 0.69
Hex C3 72 EC 11 34 0 7 118 4C 45
Octal 303 162 354 21 64 0 7 430 114 105
Binary 11000011 1110010 11101100 10001 110100 0 111 100011000 1001100 1000101

Color Harmonies of #C372EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372EC

Black with #C372EC

Text Example


Text Example

White with #C372EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372EC; }

 p { color: rgb(195,114,236); }

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

background-color css

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

 a { background-color: rgb(195,114,236); }

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

border-color css

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

 span { border-color: rgb(195,114,236); }

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