Html Css Color HEX #C681EB Wisteria

📋 copy color: '#C681EB'

red 198 ◦ green 129 ◦ blue 235

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

Shades of Wisteria #C681EB

Tints of Wisteria #C681EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.81%

R = 35.23%
G = 22.95%
B = 41.81%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C681EB (or 0xC681EB) is known color: Wisteria. HEX triplet: C6, 81 and EB. RGB value is (198,129,235). Sum of RGB (Red+Green+Blue) = 198+129+235=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #C681EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C681EB is #397E14. Grayscale: #A1A1A1. Windows color (decimal): -3767829 or 15434182. OLE color: 15434182.

HSL color Cylindrical-coordinate representation of color #C681EB: hue angle of 279.06º degrees, saturation: 0.73, 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 #C681EB is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 129 235 -
CMYK 0.16 0.45 0 0.08
HSL 279.06º 0.73% 0.71% -
HSV(B) 279.06º 0.45% 0.92% -
XYZ 46.13 33.7 82.67 -
YUV 161.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 198 129 235 0.16 0.45 0 0.08 279.06 0.73 0.71
Hex C6 81 EB 10 2D 0 8 117 49 47
Octal 306 201 353 20 55 0 10 427 111 107
Binary 11000110 10000001 11101011 10000 101101 0 1000 100010111 1001001 1000111

Color Harmonies of #C681EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C681EB

Black with #C681EB

Text Example


Text Example

White with #C681EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C681EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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