Html Css Color HEX #C691EB Wisteria

📋 copy color: '#C691EB'

red 198 ◦ green 145 ◦ blue 235

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

Shades of Wisteria #C691EB

Tints of Wisteria #C691EB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.09%

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

R = 34.26%
G = 25.09%
B = 40.66%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C691EB (or 0xC691EB) is known color: Wisteria. HEX triplet: C6, 91 and EB. RGB value is (198,145,235). Sum of RGB (Red+Green+Blue) = 198+145+235=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #C691EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C691EB is #396E14. Grayscale: #AAAAAA. Windows color (decimal): -3763733 or 15438278. OLE color: 15438278.

HSL color Cylindrical-coordinate representation of color #C691EB: hue angle of 275.33º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C691EB is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 145 235 -
CMYK 0.16 0.38 0 0.08
HSL 275.33º 0.69% 0.75% -
HSV(B) 275.33º 0.38% 0.92% -
XYZ 48.41 38.25 83.43 -
YUV 171.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 198 145 235 0.16 0.38 0 0.08 275.33 0.69 0.75
Hex C6 91 EB 10 26 0 8 113 45 4B
Octal 306 221 353 20 46 0 10 423 105 113
Binary 11000110 10010001 11101011 10000 100110 0 1000 100010011 1000101 1001011

Color Harmonies of #C691EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691EB

Black with #C691EB

Text Example


Text Example

White with #C691EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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