Html Css Color HEX #C372FD Heliotrope

📋 copy color: '#C372FD'

red 195 ◦ green 114 ◦ blue 253

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

Shades of Heliotrope #C372FD

Tints of Heliotrope #C372FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.02%

R = 34.7%
G = 20.28%
B = 45.02%

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

#C372FD (or 0xC372FD) is known color: Heliotrope. HEX triplet: C3, 72 and FD. RGB value is (195,114,253). Sum of RGB (Red+Green+Blue) = 195+114+253=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 114 (44.92% from 255 or 20.28% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #C372FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C372FD is #3C8D02. Grayscale: #999999. Windows color (decimal): -3968259 or 16609987. OLE color: 16609987.

HSL color Cylindrical-coordinate representation of color #C372FD: hue angle of 274.96º degrees, saturation: 0.97, 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 #C372FD is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 114 253 -
CMYK 0.23 0.55 0 0.01
HSL 274.96º 0.97% 0.72% -
HSV(B) 274.96º 0.55% 0.99% -
XYZ 46.25 30.73 96.42 -
YUV 154.07 183.84 157.2 -
System Red Green Blue C M Y K H S L
Decimal 195 114 253 0.23 0.55 0 0.01 274.96 0.97 0.72
Hex C3 72 FD 17 37 0 1 113 61 48
Octal 303 162 375 27 67 0 1 423 141 110
Binary 11000011 1110010 11111101 10111 110111 0 1 100010011 1100001 1001000

Color Harmonies of #C372FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372FD

Black with #C372FD

Text Example


Text Example

White with #C372FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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