Html Css Color HEX #C670EB Heliotrope

📋 copy color: '#C670EB'

red 198 ◦ green 112 ◦ blue 235

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

Shades of Heliotrope #C670EB

Tints of Heliotrope #C670EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.12%

R = 36.33%
G = 20.55%
B = 43.12%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C670EB (or 0xC670EB) is known color: Heliotrope. HEX triplet: C6, 70 and EB. RGB value is (198,112,235). Sum of RGB (Red+Green+Blue) = 198+112+235=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #C670EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C670EB is #398F14. Grayscale: #979797. Windows color (decimal): -3772181 or 15429830. OLE color: 15429830.

HSL color Cylindrical-coordinate representation of color #C670EB: hue angle of 281.95º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C670EB is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 112 235 -
CMYK 0.16 0.52 0 0.08
HSL 281.95º 0.75% 0.68% -
HSV(B) 281.95º 0.52% 0.92% -
XYZ 44.08 29.59 81.99 -
YUV 151.74 174.99 161 -
System Red Green Blue C M Y K H S L
Decimal 198 112 235 0.16 0.52 0 0.08 281.95 0.75 0.68
Hex C6 70 EB 10 34 0 8 11A 4B 44
Octal 306 160 353 20 64 0 10 432 113 104
Binary 11000110 1110000 11101011 10000 110100 0 1000 100011010 1001011 1000100

Color Harmonies of #C670EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670EB

Black with #C670EB

Text Example


Text Example

White with #C670EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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