Html Css Color HEX #C37AF2 Heliotrope

📋 copy color: '#C37AF2'

red 195 ◦ green 122 ◦ blue 242

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

Shades of Heliotrope #C37AF2

Tints of Heliotrope #C37AF2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.82%

 BLUE value IS 242 (94.92% from 255) = 43.29%

R = 34.88%
G = 21.82%
B = 43.29%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C37AF2 (or 0xC37AF2) is known color: Heliotrope. HEX triplet: C3, 7A and F2. RGB value is (195,122,242). Sum of RGB (Red+Green+Blue) = 195+122+242=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #C37AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37AF2 is #3C850D. Grayscale: #9D9D9D. Windows color (decimal): -3966222 or 15891139. OLE color: 15891139.

HSL color Cylindrical-coordinate representation of color #C37AF2: hue angle of 276.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C37AF2 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 122 242 -
CMYK 0.19 0.50 0 0.05
HSL 276.5º 0.82% 0.71% -
HSV(B) 276.5º 0.5% 0.95% -
XYZ 45.49 31.93 87.77 -
YUV 157.51 175.68 154.74 -
System Red Green Blue C M Y K H S L
Decimal 195 122 242 0.19 0.50 0 0.05 276.5 0.82 0.71
Hex C3 7A F2 13 32 0 5 114 52 47
Octal 303 172 362 23 62 0 5 424 122 107
Binary 11000011 1111010 11110010 10011 110010 0 101 100010100 1010010 1000111

Color Harmonies of #C37AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37AF2

Black with #C37AF2

Text Example


Text Example

White with #C37AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37AF2; }

 p { color: rgb(195,122,242); }

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

background-color css

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

 a { background-color: rgb(195,122,242); }

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

border-color css

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

 span { border-color: rgb(195,122,242); }

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