Html Css Color HEX #C681EC Wisteria

📋 copy color: '#C681EC'

red 198 ◦ green 129 ◦ blue 236

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

Shades of Wisteria #C681EC

Tints of Wisteria #C681EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 35.17%
G = 22.91%
B = 41.92%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C681EC (or 0xC681EC) is known color: Wisteria. HEX triplet: C6, 81 and EC. RGB value is (198,129,236). Sum of RGB (Red+Green+Blue) = 198+129+236=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #C681EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C681EC is #397E13. Grayscale: #A1A1A1. Windows color (decimal): -3767828 or 15499718. OLE color: 15499718.

HSL color Cylindrical-coordinate representation of color #C681EC: hue angle of 278.69º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C681EC is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 129 236 -
CMYK 0.16 0.45 0 0.07
HSL 278.69º 0.74% 0.72% -
HSV(B) 278.69º 0.45% 0.93% -
XYZ 46.28 33.76 83.43 -
YUV 161.83 169.86 153.8 -
System Red Green Blue C M Y K H S L
Decimal 198 129 236 0.16 0.45 0 0.07 278.69 0.74 0.72
Hex C6 81 EC 10 2D 0 7 117 4A 48
Octal 306 201 354 20 55 0 7 427 112 110
Binary 11000110 10000001 11101100 10000 101101 0 111 100010111 1001010 1001000

Color Harmonies of #C681EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C681EC

Black with #C681EC

Text Example


Text Example

White with #C681EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C681EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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