Html Css Color HEX #C682FD Heliotrope

📋 copy color: '#C682FD'

red 198 ◦ green 130 ◦ blue 253

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

Shades of Heliotrope #C682FD

Tints of Heliotrope #C682FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.55%

R = 34.08%
G = 22.38%
B = 43.55%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C682FD (or 0xC682FD) is known color: Heliotrope. HEX triplet: C6, 82 and FD. RGB value is (198,130,253). Sum of RGB (Red+Green+Blue) = 198+130+253=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #C682FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C682FD is #397D02. Grayscale: #A3A3A3. Windows color (decimal): -3767555 or 16614086. OLE color: 16614086.

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

Color convert

RGB 198 130 253 -
CMYK 0.22 0.49 0 0.01
HSL 273.17º 0.97% 0.75% -
HSV(B) 273.17º 0.49% 0.99% -
XYZ 49 35.06 97.11 -
YUV 164.35 178.03 152 -
System Red Green Blue C M Y K H S L
Decimal 198 130 253 0.22 0.49 0 0.01 273.17 0.97 0.75
Hex C6 82 FD 16 31 0 1 111 61 4B
Octal 306 202 375 26 61 0 1 421 141 113
Binary 11000110 10000010 11111101 10110 110001 0 1 100010001 1100001 1001011

Color Harmonies of #C682FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682FD

Black with #C682FD

Text Example


Text Example

White with #C682FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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