Html Css Color HEX #C680EF Heliotrope

📋 copy color: '#C680EF'

red 198 ◦ green 128 ◦ blue 239

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

Shades of Heliotrope #C680EF

Tints of Heliotrope #C680EF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.65%

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

R = 35.04%
G = 22.65%
B = 42.3%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C680EF (or 0xC680EF) is known color: Heliotrope. HEX triplet: C6, 80 and EF. RGB value is (198,128,239). Sum of RGB (Red+Green+Blue) = 198+128+239=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #C680EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C680EF is #397F10. Grayscale: #A1A1A1. Windows color (decimal): -3768081 or 15696070. OLE color: 15696070.

HSL color Cylindrical-coordinate representation of color #C680EF: hue angle of 277.84º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C680EF is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 128 239 -
CMYK 0.17 0.46 0 0.06
HSL 277.84º 0.78% 0.72% -
HSV(B) 277.84º 0.46% 0.94% -
XYZ 46.59 33.68 85.71 -
YUV 161.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 198 128 239 0.17 0.46 0 0.06 277.84 0.78 0.72
Hex C6 80 EF 11 2E 0 6 116 4E 48
Octal 306 200 357 21 56 0 6 426 116 110
Binary 11000110 10000000 11101111 10001 101110 0 110 100010110 1001110 1001000

Color Harmonies of #C680EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680EF

Black with #C680EF

Text Example


Text Example

White with #C680EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680EF; }

 p { color: rgb(198,128,239); }

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

background-color css

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

 a { background-color: rgb(198,128,239); }

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

border-color css

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

 span { border-color: rgb(198,128,239); }

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