Html Css Color HEX #C695D8 Wisteria

📋 copy color: '#C695D8'

red 198 ◦ green 149 ◦ blue 216

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

Shades of Wisteria #C695D8

Tints of Wisteria #C695D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.37%

R = 35.17%
G = 26.47%
B = 38.37%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C695D8 (or 0xC695D8) is known color: Wisteria. HEX triplet: C6, 95 and D8. RGB value is (198,149,216). Sum of RGB (Red+Green+Blue) = 198+149+216=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 216 - color contains mainly: blue. Hex color #C695D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695D8 is #396A27. Grayscale: #ABABAB. Windows color (decimal): -3762728 or 14194118. OLE color: 14194118.

HSL color Cylindrical-coordinate representation of color #C695D8: hue angle of 283.88º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C695D8 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 149 216 -
CMYK 0.08 0.31 0 0.15
HSL 283.88º 0.46% 0.72% -
HSV(B) 283.88º 0.31% 0.85% -
XYZ 46.43 38.46 69.94 -
YUV 171.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 198 149 216 0.08 0.31 0 0.15 283.88 0.46 0.72
Hex C6 95 D8 8 1F 0 F 11C 2E 48
Octal 306 225 330 10 37 0 17 434 56 110
Binary 11000110 10010101 11011000 1000 11111 0 1111 100011100 101110 1001000

Color Harmonies of #C695D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C695D8

Black with #C695D8

Text Example


Text Example

White with #C695D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C695D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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