Html Css Color HEX #C372FB Heliotrope

📋 copy color: '#C372FB'

red 195 ◦ green 114 ◦ blue 251

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

Shades of Heliotrope #C372FB

Tints of Heliotrope #C372FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.82%

R = 34.82%
G = 20.36%
B = 44.82%

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

#C372FB (or 0xC372FB) is known color: Heliotrope. HEX triplet: C3, 72 and FB. RGB value is (195,114,251). Sum of RGB (Red+Green+Blue) = 195+114+251=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #C372FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C372FB is #3C8D04. Grayscale: #999999. Windows color (decimal): -3968261 or 16478915. OLE color: 16478915.

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

Color convert

RGB 195 114 251 -
CMYK 0.22 0.55 0 0.02
HSL 275.47º 0.94% 0.72% -
HSV(B) 275.47º 0.55% 0.98% -
XYZ 45.94 30.6 94.75 -
YUV 153.84 182.84 157.36 -
System Red Green Blue C M Y K H S L
Decimal 195 114 251 0.22 0.55 0 0.02 275.47 0.94 0.72
Hex C3 72 FB 16 37 0 2 113 5E 48
Octal 303 162 373 26 67 0 2 423 136 110
Binary 11000011 1110010 11111011 10110 110111 0 10 100010011 1011110 1001000

Color Harmonies of #C372FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372FB

Black with #C372FB

Text Example


Text Example

White with #C372FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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