Html Css Color HEX #C682FF Heliotrope

📋 copy color: '#C682FF'

red 198 ◦ green 130 ◦ blue 255

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

Shades of Heliotrope #C682FF

Tints of Heliotrope #C682FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.74%

R = 33.96%
G = 22.3%
B = 43.74%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C682FF (or 0xC682FF) is known color: Heliotrope. HEX triplet: C6, 82 and FF. RGB value is (198,130,255). Sum of RGB (Red+Green+Blue) = 198+130+255=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #C682FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C682FF is #397D00. Grayscale: #A4A4A4. Windows color (decimal): -3767553 or 16745158. OLE color: 16745158.

HSL color Cylindrical-coordinate representation of color #C682FF: hue angle of 272.64º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C682FF is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 130 255 -
CMYK 0.22 0.49 0 0
HSL 272.64º 1% 0.75% -
HSV(B) 272.64º 0.49% 1% -
XYZ 49.32 35.19 98.8 -
YUV 164.58 179.03 151.84 -
System Red Green Blue C M Y K H S L
Decimal 198 130 255 0.22 0.49 0 0 272.64 1 0.75
Hex C6 82 FF 16 31 0 0 111 64 4B
Octal 306 202 377 26 61 0 0 421 144 113
Binary 11000110 10000010 11111111 10110 110001 0 0 100010001 1100100 1001011

Color Harmonies of #C682FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682FF

Black with #C682FF

Text Example


Text Example

White with #C682FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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