Html Css Color HEX #C670E6 Heliotrope

📋 copy color: '#C670E6'

red 198 ◦ green 112 ◦ blue 230

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

Shades of Heliotrope #C670E6

Tints of Heliotrope #C670E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.59%

R = 36.67%
G = 20.74%
B = 42.59%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C670E6 (or 0xC670E6) is known color: Heliotrope. HEX triplet: C6, 70 and E6. RGB value is (198,112,230). Sum of RGB (Red+Green+Blue) = 198+112+230=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #C670E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C670E6 is #398F19. Grayscale: #969696. Windows color (decimal): -3772186 or 15102150. OLE color: 15102150.

HSL color Cylindrical-coordinate representation of color #C670E6: hue angle of 283.73º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C670E6 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 198 112 230 -
CMYK 0.14 0.51 0 0.10
HSL 283.73º 0.7% 0.67% -
HSV(B) 283.73º 0.51% 0.9% -
XYZ 43.37 29.31 78.23 -
YUV 151.17 172.49 161.41 -
System Red Green Blue C M Y K H S L
Decimal 198 112 230 0.14 0.51 0 0.10 283.73 0.7 0.67
Hex C6 70 E6 E 33 0 A 11C 46 43
Octal 306 160 346 16 63 0 12 434 106 103
Binary 11000110 1110000 11100110 1110 110011 0 1010 100011100 1000110 1000011

Color Harmonies of #C670E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670E6

Black with #C670E6

Text Example


Text Example

White with #C670E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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