Html Css Color HEX #C695DF Wisteria

📋 copy color: '#C695DF'

red 198 ◦ green 149 ◦ blue 223

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

Shades of Wisteria #C695DF

Tints of Wisteria #C695DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 34.74%
G = 26.14%
B = 39.12%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C695DF (or 0xC695DF) is known color: Wisteria. HEX triplet: C6, 95 and DF. RGB value is (198,149,223). Sum of RGB (Red+Green+Blue) = 198+149+223=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #C695DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695DF is #396A20. Grayscale: #ABABAB. Windows color (decimal): -3762721 or 14652870. OLE color: 14652870.

HSL color Cylindrical-coordinate representation of color #C695DF: hue angle of 279.73º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C695DF is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 149 223 -
CMYK 0.11 0.33 0 0.13
HSL 279.73º 0.54% 0.73% -
HSV(B) 279.73º 0.33% 0.87% -
XYZ 47.36 38.83 74.81 -
YUV 172.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 198 149 223 0.11 0.33 0 0.13 279.73 0.54 0.73
Hex C6 95 DF B 21 0 D 118 36 49
Octal 306 225 337 13 41 0 15 430 66 111
Binary 11000110 10010101 11011111 1011 100001 0 1101 100011000 110110 1001001

Color Harmonies of #C695DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C695DF

Black with #C695DF

Text Example


Text Example

White with #C695DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C695DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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