Html Css Color HEX #C682FC Heliotrope

📋 copy color: '#C682FC'

red 198 ◦ green 130 ◦ blue 252

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

Shades of Heliotrope #C682FC

Tints of Heliotrope #C682FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.45%

R = 34.14%
G = 22.41%
B = 43.45%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C682FC (or 0xC682FC) is known color: Heliotrope. HEX triplet: C6, 82 and FC. RGB value is (198,130,252). Sum of RGB (Red+Green+Blue) = 198+130+252=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #C682FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C682FC is #397D03. Grayscale: #A3A3A3. Windows color (decimal): -3767556 or 16548550. OLE color: 16548550.

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

Color convert

RGB 198 130 252 -
CMYK 0.21 0.48 0 0.01
HSL 273.44º 0.95% 0.75% -
HSV(B) 273.44º 0.48% 0.99% -
XYZ 48.84 35 96.28 -
YUV 164.24 177.53 152.08 -
System Red Green Blue C M Y K H S L
Decimal 198 130 252 0.21 0.48 0 0.01 273.44 0.95 0.75
Hex C6 82 FC 15 30 0 1 111 5F 4B
Octal 306 202 374 25 60 0 1 421 137 113
Binary 11000110 10000010 11111100 10101 110000 0 1 100010001 1011111 1001011

Color Harmonies of #C682FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682FC

Black with #C682FC

Text Example


Text Example

White with #C682FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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