Html Css Color HEX #C681FE Heliotrope

📋 copy color: '#C681FE'

red 198 ◦ green 129 ◦ blue 254

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

Shades of Heliotrope #C681FE

Tints of Heliotrope #C681FE

RGB

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

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

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

R = 34.08%
G = 22.2%
B = 43.72%

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

#C681FE (or 0xC681FE) is known color: Heliotrope. HEX triplet: C6, 81 and FE. RGB value is (198,129,254). Sum of RGB (Red+Green+Blue) = 198+129+254=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #C681FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C681FE is #397E01. Grayscale: #A3A3A3. Windows color (decimal): -3767810 or 16679366. OLE color: 16679366.

HSL color Cylindrical-coordinate representation of color #C681FE: hue angle of 273.12º 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 #C681FE is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 129 254 -
CMYK 0.22 0.49 0 0.00
HSL 273.12º 0.98% 0.75% -
HSV(B) 273.12º 0.49% 1% -
XYZ 49.03 34.86 97.91 -
YUV 163.88 178.86 152.34 -
System Red Green Blue C M Y K H S L
Decimal 198 129 254 0.22 0.49 0 0.00 273.12 0.98 0.75
Hex C6 81 FE 16 31 0 0 111 62 4B
Octal 306 201 376 26 61 0 0 421 142 113
Binary 11000110 10000001 11111110 10110 110001 0 0 100010001 1100010 1001011

Color Harmonies of #C681FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C681FE

Black with #C681FE

Text Example


Text Example

White with #C681FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C681FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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