Html Css Color HEX #C691ED Wisteria

📋 copy color: '#C691ED'

red 198 ◦ green 145 ◦ blue 237

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

Shades of Wisteria #C691ED

Tints of Wisteria #C691ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 34.14%
G = 25%
B = 40.86%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C691ED (or 0xC691ED) is known color: Wisteria. HEX triplet: C6, 91 and ED. RGB value is (198,145,237). Sum of RGB (Red+Green+Blue) = 198+145+237=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #C691ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C691ED is #396E12. Grayscale: #ABABAB. Windows color (decimal): -3763731 or 15569350. OLE color: 15569350.

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

Color convert

RGB 198 145 237 -
CMYK 0.16 0.39 0 0.07
HSL 274.57º 0.72% 0.75% -
HSV(B) 274.57º 0.39% 0.93% -
XYZ 48.7 38.37 84.96 -
YUV 171.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 198 145 237 0.16 0.39 0 0.07 274.57 0.72 0.75
Hex C6 91 ED 10 27 0 7 113 48 4B
Octal 306 221 355 20 47 0 7 423 110 113
Binary 11000110 10010001 11101101 10000 100111 0 111 100010011 1001000 1001011

Color Harmonies of #C691ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691ED

Black with #C691ED

Text Example


Text Example

White with #C691ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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