Html Css Color HEX #C695DE Wisteria

📋 copy color: '#C695DE'

red 198 ◦ green 149 ◦ blue 222

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

Shades of Wisteria #C695DE

Tints of Wisteria #C695DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.02%

R = 34.8%
G = 26.19%
B = 39.02%

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

#C695DE (or 0xC695DE) is known color: Wisteria. HEX triplet: C6, 95 and DE. RGB value is (198,149,222). Sum of RGB (Red+Green+Blue) = 198+149+222=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #C695DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695DE is #396A21. Grayscale: #ABABAB. Windows color (decimal): -3762722 or 14587334. OLE color: 14587334.

HSL color Cylindrical-coordinate representation of color #C695DE: hue angle of 280.27º degrees, saturation: 0.53, 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 #C695DE is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 149 222 -
CMYK 0.11 0.33 0 0.13
HSL 280.27º 0.53% 0.73% -
HSV(B) 280.27º 0.33% 0.87% -
XYZ 47.22 38.77 74.1 -
YUV 171.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 198 149 222 0.11 0.33 0 0.13 280.27 0.53 0.73
Hex C6 95 DE B 21 0 D 118 35 49
Octal 306 225 336 13 41 0 15 430 65 111
Binary 11000110 10010101 11011110 1011 100001 0 1101 100011000 110101 1001001

Color Harmonies of #C695DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C695DE

Black with #C695DE

Text Example


Text Example

White with #C695DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C695DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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