Html Css Color HEX #C681EA Wisteria

📋 copy color: '#C681EA'

red 198 ◦ green 129 ◦ blue 234

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

Shades of Wisteria #C681EA

Tints of Wisteria #C681EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 35.29%
G = 22.99%
B = 41.71%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C681EA (or 0xC681EA) is known color: Wisteria. HEX triplet: C6, 81 and EA. RGB value is (198,129,234). Sum of RGB (Red+Green+Blue) = 198+129+234=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #C681EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C681EA is #397E15. Grayscale: #A1A1A1. Windows color (decimal): -3767830 or 15368646. OLE color: 15368646.

HSL color Cylindrical-coordinate representation of color #C681EA: hue angle of 279.43º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C681EA is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 129 234 -
CMYK 0.15 0.45 0 0.08
HSL 279.43º 0.71% 0.71% -
HSV(B) 279.43º 0.45% 0.92% -
XYZ 45.99 33.65 81.91 -
YUV 161.6 168.86 153.96 -
System Red Green Blue C M Y K H S L
Decimal 198 129 234 0.15 0.45 0 0.08 279.43 0.71 0.71
Hex C6 81 EA F 2D 0 8 117 47 47
Octal 306 201 352 17 55 0 10 427 107 107
Binary 11000110 10000001 11101010 1111 101101 0 1000 100010111 1000111 1000111

Color Harmonies of #C681EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C681EA

Black with #C681EA

Text Example


Text Example

White with #C681EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C681EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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