Html Css Color HEX #C695E9 Wisteria

📋 copy color: '#C695E9'

red 198 ◦ green 149 ◦ blue 233

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

Shades of Wisteria #C695E9

Tints of Wisteria #C695E9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.69%

 BLUE value IS 233 (91.41% from 255) = 40.17%

R = 34.14%
G = 25.69%
B = 40.17%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C695E9 (or 0xC695E9) is known color: Wisteria. HEX triplet: C6, 95 and E9. RGB value is (198,149,233). Sum of RGB (Red+Green+Blue) = 198+149+233=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 233 - color contains mainly: blue. Hex color #C695E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C695E9 is #396A16. Grayscale: #ACACAC. Windows color (decimal): -3762711 or 15308230. OLE color: 15308230.

HSL color Cylindrical-coordinate representation of color #C695E9: hue angle of 275º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C695E9 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 198 149 233 -
CMYK 0.15 0.36 0 0.09
HSL 275º 0.66% 0.75% -
HSV(B) 275º 0.36% 0.91% -
XYZ 48.74 39.38 82.12 -
YUV 173.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 198 149 233 0.15 0.36 0 0.09 275 0.66 0.75
Hex C6 95 E9 F 24 0 9 113 42 4B
Octal 306 225 351 17 44 0 11 423 102 113
Binary 11000110 10010101 11101001 1111 100100 0 1001 100010011 1000010 1001011

Color Harmonies of #C695E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C695E9

Black with #C695E9

Text Example


Text Example

White with #C695E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C695E9; }

 p { color: rgb(198,149,233); }

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

background-color css

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

 a { background-color: rgb(198,149,233); }

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

border-color css

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

 span { border-color: rgb(198,149,233); }

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