Html Css Color HEX #C670EC Heliotrope

📋 copy color: '#C670EC'

red 198 ◦ green 112 ◦ blue 236

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

Shades of Heliotrope #C670EC

Tints of Heliotrope #C670EC

RGB

 RED value IS 198 (77.73% from 255) = 36.26%

 GREEN value IS 112 (44.14% from 255) = 20.51%

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

R = 36.26%
G = 20.51%
B = 43.22%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C670EC (or 0xC670EC) is known color: Heliotrope. HEX triplet: C6, 70 and EC. RGB value is (198,112,236). Sum of RGB (Red+Green+Blue) = 198+112+236=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #C670EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C670EC is #398F13. Grayscale: #979797. Windows color (decimal): -3772180 or 15495366. OLE color: 15495366.

HSL color Cylindrical-coordinate representation of color #C670EC: hue angle of 281.61º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C670EC is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 112 236 -
CMYK 0.16 0.53 0 0.07
HSL 281.61º 0.77% 0.68% -
HSV(B) 281.61º 0.53% 0.93% -
XYZ 44.22 29.65 82.75 -
YUV 151.85 175.49 160.92 -
System Red Green Blue C M Y K H S L
Decimal 198 112 236 0.16 0.53 0 0.07 281.61 0.77 0.68
Hex C6 70 EC 10 35 0 7 11A 4D 44
Octal 306 160 354 20 65 0 7 432 115 104
Binary 11000110 1110000 11101100 10000 110101 0 111 100011010 1001101 1000100

Color Harmonies of #C670EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670EC

Black with #C670EC

Text Example


Text Example

White with #C670EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670EC; }

 p { color: rgb(198,112,236); }

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

background-color css

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

 a { background-color: rgb(198,112,236); }

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

border-color css

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

 span { border-color: rgb(198,112,236); }

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