Html Css Color HEX #C45FF6 Heliotrope

📋 copy color: '#C45FF6'

red 196 ◦ green 95 ◦ blue 246

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

Shades of Heliotrope #C45FF6

Tints of Heliotrope #C45FF6

RGB

 RED value IS 196 (76.95% from 255) = 36.5%

 GREEN value IS 95 (37.5% from 255) = 17.69%

 BLUE value IS 246 (96.48% from 255) = 45.81%

R = 36.5%
G = 17.69%
B = 45.81%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C45FF6 (or 0xC45FF6) is known color: Heliotrope. HEX triplet: C4, 5F and F6. RGB value is (196,95,246). Sum of RGB (Red+Green+Blue) = 196+95+246=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #C45FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45FF6 is #3BA009. Grayscale: #8D8D8D. Windows color (decimal): -3907594 or 16146372. OLE color: 16146372.

HSL color Cylindrical-coordinate representation of color #C45FF6: hue angle of 280.13º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C45FF6 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 95 246 -
CMYK 0.20 0.61 0 0.04
HSL 280.13º 0.89% 0.67% -
HSV(B) 280.13º 0.61% 0.96% -
XYZ 43.49 26.57 90.03 -
YUV 142.41 186.46 166.22 -
System Red Green Blue C M Y K H S L
Decimal 196 95 246 0.20 0.61 0 0.04 280.13 0.89 0.67
Hex C4 5F F6 14 3D 0 4 118 59 43
Octal 304 137 366 24 75 0 4 430 131 103
Binary 11000100 1011111 11110110 10100 111101 0 100 100011000 1011001 1000011

Color Harmonies of #C45FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45FF6

Black with #C45FF6

Text Example


Text Example

White with #C45FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45FF6; }

 p { color: rgb(196,95,246); }

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

background-color css

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

 a { background-color: rgb(196,95,246); }

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

border-color css

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

 span { border-color: rgb(196,95,246); }

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