Html Css Color HEX #C680FA Heliotrope

📋 copy color: '#C680FA'

red 198 ◦ green 128 ◦ blue 250

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

Shades of Heliotrope #C680FA

Tints of Heliotrope #C680FA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.22%

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 34.38%
G = 22.22%
B = 43.4%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C680FA (or 0xC680FA) is known color: Heliotrope. HEX triplet: C6, 80 and FA. RGB value is (198,128,250). Sum of RGB (Red+Green+Blue) = 198+128+250=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #C680FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C680FA is #397F05. Grayscale: #A2A2A2. Windows color (decimal): -3768070 or 16416966. OLE color: 16416966.

HSL color Cylindrical-coordinate representation of color #C680FA: hue angle of 274.43º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C680FA is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 128 250 -
CMYK 0.21 0.49 0 0.02
HSL 274.43º 0.92% 0.74% -
HSV(B) 274.43º 0.49% 0.98% -
XYZ 48.26 34.35 94.53 -
YUV 162.84 177.19 153.08 -
System Red Green Blue C M Y K H S L
Decimal 198 128 250 0.21 0.49 0 0.02 274.43 0.92 0.74
Hex C6 80 FA 15 31 0 2 112 5C 4A
Octal 306 200 372 25 61 0 2 422 134 112
Binary 11000110 10000000 11111010 10101 110001 0 10 100010010 1011100 1001010

Color Harmonies of #C680FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680FA

Black with #C680FA

Text Example


Text Example

White with #C680FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680FA; }

 p { color: rgb(198,128,250); }

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

background-color css

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

 a { background-color: rgb(198,128,250); }

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

border-color css

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

 span { border-color: rgb(198,128,250); }

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