Html Css Color HEX #C695DD Wisteria

📋 copy color: '#C695DD'

red 198 ◦ green 149 ◦ blue 221

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

Shades of Wisteria #C695DD

Tints of Wisteria #C695DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 34.86%
G = 26.23%
B = 38.91%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C695DD (or 0xC695DD) is known color: Wisteria. HEX triplet: C6, 95 and DD. RGB value is (198,149,221). Sum of RGB (Red+Green+Blue) = 198+149+221=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #C695DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695DD is #396A22. Grayscale: #ABABAB. Windows color (decimal): -3762723 or 14521798. OLE color: 14521798.

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

Color convert

RGB 198 149 221 -
CMYK 0.10 0.33 0 0.13
HSL 280.83º 0.51% 0.73% -
HSV(B) 280.83º 0.33% 0.87% -
XYZ 47.09 38.72 73.4 -
YUV 171.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 198 149 221 0.10 0.33 0 0.13 280.83 0.51 0.73
Hex C6 95 DD A 21 0 D 119 33 49
Octal 306 225 335 12 41 0 15 431 63 111
Binary 11000110 10010101 11011101 1010 100001 0 1101 100011001 110011 1001001

Color Harmonies of #C695DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C695DD

Black with #C695DD

Text Example


Text Example

White with #C695DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C695DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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