Html Css Color HEX #C682FE Heliotrope

📋 copy color: '#C682FE'

red 198 ◦ green 130 ◦ blue 254

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

Shades of Heliotrope #C682FE

Tints of Heliotrope #C682FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.64%

R = 34.02%
G = 22.34%
B = 43.64%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C682FE (or 0xC682FE) is known color: Heliotrope. HEX triplet: C6, 82 and FE. RGB value is (198,130,254). Sum of RGB (Red+Green+Blue) = 198+130+254=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #C682FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C682FE is #397D01. Grayscale: #A4A4A4. Windows color (decimal): -3767554 or 16679622. OLE color: 16679622.

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

Color convert

RGB 198 130 254 -
CMYK 0.22 0.49 0 0.00
HSL 272.9º 0.98% 0.75% -
HSV(B) 272.9º 0.49% 1% -
XYZ 49.16 35.13 97.96 -
YUV 164.47 178.53 151.92 -
System Red Green Blue C M Y K H S L
Decimal 198 130 254 0.22 0.49 0 0.00 272.9 0.98 0.75
Hex C6 82 FE 16 31 0 0 111 62 4B
Octal 306 202 376 26 61 0 0 421 142 113
Binary 11000110 10000010 11111110 10110 110001 0 0 100010001 1100010 1001011

Color Harmonies of #C682FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682FE

Black with #C682FE

Text Example


Text Example

White with #C682FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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