Html Css Color HEX #C681F0 Heliotrope

📋 copy color: '#C681F0'

red 198 ◦ green 129 ◦ blue 240

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

Shades of Heliotrope #C681F0

Tints of Heliotrope #C681F0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.75%

 BLUE value IS 240 (94.14% from 255) = 42.33%

R = 34.92%
G = 22.75%
B = 42.33%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C681F0 (or 0xC681F0) is known color: Heliotrope. HEX triplet: C6, 81 and F0. RGB value is (198,129,240). Sum of RGB (Red+Green+Blue) = 198+129+240=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #C681F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C681F0 is #397E0F. Grayscale: #A1A1A1. Windows color (decimal): -3767824 or 15761862. OLE color: 15761862.

HSL color Cylindrical-coordinate representation of color #C681F0: hue angle of 277.3º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C681F0 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 129 240 -
CMYK 0.18 0.46 0 0.06
HSL 277.3º 0.79% 0.72% -
HSV(B) 277.3º 0.46% 0.94% -
XYZ 46.87 34 86.53 -
YUV 162.29 171.86 153.47 -
System Red Green Blue C M Y K H S L
Decimal 198 129 240 0.18 0.46 0 0.06 277.3 0.79 0.72
Hex C6 81 F0 12 2E 0 6 115 4F 48
Octal 306 201 360 22 56 0 6 425 117 110
Binary 11000110 10000001 11110000 10010 101110 0 110 100010101 1001111 1001000

Color Harmonies of #C681F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C681F0

Black with #C681F0

Text Example


Text Example

White with #C681F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C681F0; }

 p { color: rgb(198,129,240); }

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

background-color css

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

 a { background-color: rgb(198,129,240); }

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

border-color css

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

 span { border-color: rgb(198,129,240); }

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