Html Css Color HEX #C691EF Wisteria

📋 copy color: '#C691EF'

red 198 ◦ green 145 ◦ blue 239

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

Shades of Wisteria #C691EF

Tints of Wisteria #C691EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.07%

R = 34.02%
G = 24.91%
B = 41.07%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C691EF (or 0xC691EF) is known color: Wisteria. HEX triplet: C6, 91 and EF. RGB value is (198,145,239). Sum of RGB (Red+Green+Blue) = 198+145+239=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #C691EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C691EF is #396E10. Grayscale: #ABABAB. Windows color (decimal): -3763729 or 15700422. OLE color: 15700422.

HSL color Cylindrical-coordinate representation of color #C691EF: hue angle of 273.83º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C691EF is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 145 239 -
CMYK 0.17 0.39 0 0.06
HSL 273.83º 0.75% 0.75% -
HSV(B) 273.83º 0.39% 0.94% -
XYZ 48.99 38.49 86.51 -
YUV 171.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 198 145 239 0.17 0.39 0 0.06 273.83 0.75 0.75
Hex C6 91 EF 11 27 0 6 112 4B 4B
Octal 306 221 357 21 47 0 6 422 113 113
Binary 11000110 10010001 11101111 10001 100111 0 110 100010010 1001011 1001011

Color Harmonies of #C691EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691EF

Black with #C691EF

Text Example


Text Example

White with #C691EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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