Html Css Color HEX #C682EF Heliotrope

📋 copy color: '#C682EF'

red 198 ◦ green 130 ◦ blue 239

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

Shades of Heliotrope #C682EF

Tints of Heliotrope #C682EF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.93%

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

R = 34.92%
G = 22.93%
B = 42.15%

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

#C682EF (or 0xC682EF) is known color: Heliotrope. HEX triplet: C6, 82 and EF. RGB value is (198,130,239). Sum of RGB (Red+Green+Blue) = 198+130+239=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #C682EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C682EF is #397D10. Grayscale: #A2A2A2. Windows color (decimal): -3767569 or 15696582. OLE color: 15696582.

HSL color Cylindrical-coordinate representation of color #C682EF: hue angle of 277.43º degrees, saturation: 0.77, 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 #C682EF is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 130 239 -
CMYK 0.17 0.46 0 0.06
HSL 277.43º 0.77% 0.72% -
HSV(B) 277.43º 0.46% 0.94% -
XYZ 46.85 34.2 85.79 -
YUV 162.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 198 130 239 0.17 0.46 0 0.06 277.43 0.77 0.72
Hex C6 82 EF 11 2E 0 6 115 4D 48
Octal 306 202 357 21 56 0 6 425 115 110
Binary 11000110 10000010 11101111 10001 101110 0 110 100010101 1001101 1001000

Color Harmonies of #C682EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682EF

Black with #C682EF

Text Example


Text Example

White with #C682EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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