Html Css Color HEX #C372FC Heliotrope

📋 copy color: '#C372FC'

red 195 ◦ green 114 ◦ blue 252

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

Shades of Heliotrope #C372FC

Tints of Heliotrope #C372FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.92%

R = 34.76%
G = 20.32%
B = 44.92%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C372FC (or 0xC372FC) is known color: Heliotrope. HEX triplet: C3, 72 and FC. RGB value is (195,114,252). Sum of RGB (Red+Green+Blue) = 195+114+252=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 114 (44.92% from 255 or 20.32% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #C372FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C372FC is #3C8D03. Grayscale: #999999. Windows color (decimal): -3968260 or 16544451. OLE color: 16544451.

HSL color Cylindrical-coordinate representation of color #C372FC: hue angle of 275.22º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C372FC is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 114 252 -
CMYK 0.23 0.55 0 0.01
HSL 275.22º 0.96% 0.72% -
HSV(B) 275.22º 0.55% 0.99% -
XYZ 46.09 30.67 95.58 -
YUV 153.95 183.34 157.28 -
System Red Green Blue C M Y K H S L
Decimal 195 114 252 0.23 0.55 0 0.01 275.22 0.96 0.72
Hex C3 72 FC 17 37 0 1 113 60 48
Octal 303 162 374 27 67 0 1 423 140 110
Binary 11000011 1110010 11111100 10111 110111 0 1 100010011 1100000 1001000

Color Harmonies of #C372FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372FC

Black with #C372FC

Text Example


Text Example

White with #C372FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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