Html Css Color HEX #C475EC Heliotrope

📋 copy color: '#C475EC'

red 196 ◦ green 117 ◦ blue 236

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

Shades of Heliotrope #C475EC

Tints of Heliotrope #C475EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.31%

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 35.7%
G = 21.31%
B = 42.99%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C475EC (or 0xC475EC) is known color: Heliotrope. HEX triplet: C4, 75 and EC. RGB value is (196,117,236). Sum of RGB (Red+Green+Blue) = 196+117+236=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #C475EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C475EC is #3B8A13. Grayscale: #999999. Windows color (decimal): -3901972 or 15496644. OLE color: 15496644.

HSL color Cylindrical-coordinate representation of color #C475EC: hue angle of 279.83º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C475EC is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 117 236 -
CMYK 0.17 0.50 0 0.07
HSL 279.83º 0.76% 0.69% -
HSV(B) 279.83º 0.5% 0.93% -
XYZ 44.27 30.51 82.91 -
YUV 154.19 174.17 157.82 -
System Red Green Blue C M Y K H S L
Decimal 196 117 236 0.17 0.50 0 0.07 279.83 0.76 0.69
Hex C4 75 EC 11 32 0 7 118 4C 45
Octal 304 165 354 21 62 0 7 430 114 105
Binary 11000100 1110101 11101100 10001 110010 0 111 100011000 1001100 1000101

Color Harmonies of #C475EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475EC

Black with #C475EC

Text Example


Text Example

White with #C475EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475EC; }

 p { color: rgb(196,117,236); }

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

background-color css

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

 a { background-color: rgb(196,117,236); }

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

border-color css

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

 span { border-color: rgb(196,117,236); }

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