Html Css Color HEX #C475EF Heliotrope

📋 copy color: '#C475EF'

red 196 ◦ green 117 ◦ blue 239

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

Shades of Heliotrope #C475EF

Tints of Heliotrope #C475EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.3%

R = 35.51%
G = 21.2%
B = 43.3%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C475EF (or 0xC475EF) is known color: Heliotrope. HEX triplet: C4, 75 and EF. RGB value is (196,117,239). Sum of RGB (Red+Green+Blue) = 196+117+239=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #C475EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C475EF is #3B8A10. Grayscale: #9A9A9A. Windows color (decimal): -3901969 or 15693252. OLE color: 15693252.

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

Color convert

RGB 196 117 239 -
CMYK 0.18 0.51 0 0.06
HSL 278.85º 0.79% 0.7% -
HSV(B) 278.85º 0.51% 0.94% -
XYZ 44.71 30.69 85.23 -
YUV 154.53 175.67 157.58 -
System Red Green Blue C M Y K H S L
Decimal 196 117 239 0.18 0.51 0 0.06 278.85 0.79 0.7
Hex C4 75 EF 12 33 0 6 117 4F 46
Octal 304 165 357 22 63 0 6 427 117 106
Binary 11000100 1110101 11101111 10010 110011 0 110 100010111 1001111 1000110

Color Harmonies of #C475EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475EF

Black with #C475EF

Text Example


Text Example

White with #C475EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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