Html Css Color HEX #C475EE Heliotrope

📋 copy color: '#C475EE'

red 196 ◦ green 117 ◦ blue 238

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

Shades of Heliotrope #C475EE

Tints of Heliotrope #C475EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.19%

R = 35.57%
G = 21.23%
B = 43.19%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C475EE (or 0xC475EE) is known color: Heliotrope. HEX triplet: C4, 75 and EE. RGB value is (196,117,238). Sum of RGB (Red+Green+Blue) = 196+117+238=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #C475EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C475EE is #3B8A11. Grayscale: #9A9A9A. Windows color (decimal): -3901970 or 15627716. OLE color: 15627716.

HSL color Cylindrical-coordinate representation of color #C475EE: hue angle of 279.17º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C475EE is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 117 238 -
CMYK 0.18 0.51 0 0.07
HSL 279.17º 0.78% 0.7% -
HSV(B) 279.17º 0.51% 0.93% -
XYZ 44.56 30.63 84.45 -
YUV 154.42 175.17 157.66 -
System Red Green Blue C M Y K H S L
Decimal 196 117 238 0.18 0.51 0 0.07 279.17 0.78 0.7
Hex C4 75 EE 12 33 0 7 117 4E 46
Octal 304 165 356 22 63 0 7 427 116 106
Binary 11000100 1110101 11101110 10010 110011 0 111 100010111 1001110 1000110

Color Harmonies of #C475EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475EE

Black with #C475EE

Text Example


Text Example

White with #C475EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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