Html Css Color HEX #C37DFC Heliotrope

📋 copy color: '#C37DFC'

red 195 ◦ green 125 ◦ blue 252

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

Shades of Heliotrope #C37DFC

Tints of Heliotrope #C37DFC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.85%

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

R = 34.09%
G = 21.85%
B = 44.06%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C37DFC (or 0xC37DFC) is known color: Heliotrope. HEX triplet: C3, 7D and FC. RGB value is (195,125,252). Sum of RGB (Red+Green+Blue) = 195+125+252=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #C37DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37DFC is #3C8203. Grayscale: #9F9F9F. Windows color (decimal): -3965444 or 16547267. OLE color: 16547267.

HSL color Cylindrical-coordinate representation of color #C37DFC: hue angle of 273.07º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C37DFC is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 125 252 -
CMYK 0.23 0.50 0 0.01
HSL 273.07º 0.95% 0.74% -
HSV(B) 273.07º 0.5% 0.99% -
XYZ 47.41 33.3 96.02 -
YUV 160.41 179.69 152.67 -
System Red Green Blue C M Y K H S L
Decimal 195 125 252 0.23 0.50 0 0.01 273.07 0.95 0.74
Hex C3 7D FC 17 32 0 1 111 5F 4A
Octal 303 175 374 27 62 0 1 421 137 112
Binary 11000011 1111101 11111100 10111 110010 0 1 100010001 1011111 1001010

Color Harmonies of #C37DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37DFC

Black with #C37DFC

Text Example


Text Example

White with #C37DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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