Html Css Color HEX #C372EF Heliotrope

📋 copy color: '#C372EF'

red 195 ◦ green 114 ◦ blue 239

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

Shades of Heliotrope #C372EF

Tints of Heliotrope #C372EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.61%

R = 35.58%
G = 20.8%
B = 43.61%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C372EF (or 0xC372EF) is known color: Heliotrope. HEX triplet: C3, 72 and EF. RGB value is (195,114,239). Sum of RGB (Red+Green+Blue) = 195+114+239=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #C372EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C372EF is #3C8D10. Grayscale: #989898. Windows color (decimal): -3968273 or 15692483. OLE color: 15692483.

HSL color Cylindrical-coordinate representation of color #C372EF: hue angle of 278.88º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C372EF is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 114 239 -
CMYK 0.18 0.52 0 0.06
HSL 278.88º 0.8% 0.69% -
HSV(B) 278.88º 0.52% 0.94% -
XYZ 44.1 29.87 85.1 -
YUV 152.47 176.84 158.34 -
System Red Green Blue C M Y K H S L
Decimal 195 114 239 0.18 0.52 0 0.06 278.88 0.8 0.69
Hex C3 72 EF 12 34 0 6 117 50 45
Octal 303 162 357 22 64 0 6 427 120 105
Binary 11000011 1110010 11101111 10010 110100 0 110 100010111 1010000 1000101

Color Harmonies of #C372EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372EF

Black with #C372EF

Text Example


Text Example

White with #C372EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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