Html Css Color HEX #C681FA Heliotrope

📋 copy color: '#C681FA'

red 198 ◦ green 129 ◦ blue 250

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

Shades of Heliotrope #C681FA

Tints of Heliotrope #C681FA

RGB

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

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

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

R = 34.32%
G = 22.36%
B = 43.33%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C681FA (or 0xC681FA) is known color: Heliotrope. HEX triplet: C6, 81 and FA. RGB value is (198,129,250). Sum of RGB (Red+Green+Blue) = 198+129+250=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #C681FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C681FA is #397E05. Grayscale: #A3A3A3. Windows color (decimal): -3767814 or 16417222. OLE color: 16417222.

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

Color convert

RGB 198 129 250 -
CMYK 0.21 0.48 0 0.02
HSL 274.21º 0.92% 0.74% -
HSV(B) 274.21º 0.48% 0.98% -
XYZ 48.39 34.61 94.57 -
YUV 163.43 176.86 152.66 -
System Red Green Blue C M Y K H S L
Decimal 198 129 250 0.21 0.48 0 0.02 274.21 0.92 0.74
Hex C6 81 FA 15 30 0 2 112 5C 4A
Octal 306 201 372 25 60 0 2 422 134 112
Binary 11000110 10000001 11111010 10101 110000 0 10 100010010 1011100 1001010

Color Harmonies of #C681FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C681FA

Black with #C681FA

Text Example


Text Example

White with #C681FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C681FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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