Html Css Color HEX #C69DD5 Wisteria

📋 copy color: '#C69DD5'

red 198 ◦ green 157 ◦ blue 213

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

Shades of Wisteria #C69DD5

Tints of Wisteria #C69DD5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.64%

 BLUE value IS 213 (83.59% from 255) = 37.5%

R = 34.86%
G = 27.64%
B = 37.5%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C69DD5 (or 0xC69DD5) is known color: Wisteria. HEX triplet: C6, 9D and D5. RGB value is (198,157,213). Sum of RGB (Red+Green+Blue) = 198+157+213=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #C69DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DD5 is #39622A. Grayscale: #AFAFAF. Windows color (decimal): -3760683 or 13999558. OLE color: 13999558.

HSL color Cylindrical-coordinate representation of color #C69DD5: hue angle of 283.93º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C69DD5 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 157 213 -
CMYK 0.07 0.26 0 0.16
HSL 283.93º 0.4% 0.73% -
HSV(B) 283.93º 0.26% 0.84% -
XYZ 47.36 40.92 68.35 -
YUV 175.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 198 157 213 0.07 0.26 0 0.16 283.93 0.4 0.73
Hex C6 9D D5 7 1A 0 10 11C 28 49
Octal 306 235 325 7 32 0 20 434 50 111
Binary 11000110 10011101 11010101 111 11010 0 10000 100011100 101000 1001001

Color Harmonies of #C69DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69DD5

Black with #C69DD5

Text Example


Text Example

White with #C69DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69DD5; }

 p { color: rgb(198,157,213); }

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

background-color css

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

 a { background-color: rgb(198,157,213); }

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

border-color css

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

 span { border-color: rgb(198,157,213); }

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