Html Css Color HEX #C69ED5 Wisteria

📋 copy color: '#C69ED5'

red 198 ◦ green 158 ◦ blue 213

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

Shades of Wisteria #C69ED5

Tints of Wisteria #C69ED5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.77%

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

R = 34.8%
G = 27.77%
B = 37.43%

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

#C69ED5 (or 0xC69ED5) is known color: Wisteria. HEX triplet: C6, 9E and D5. RGB value is (198,158,213). Sum of RGB (Red+Green+Blue) = 198+158+213=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #C69ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69ED5 is #39612A. Grayscale: #B0B0B0. Windows color (decimal): -3760427 or 13999814. OLE color: 13999814.

HSL color Cylindrical-coordinate representation of color #C69ED5: hue angle of 283.64º 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 #C69ED5 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 158 213 -
CMYK 0.07 0.26 0 0.16
HSL 283.64º 0.4% 0.73% -
HSV(B) 283.64º 0.26% 0.84% -
XYZ 47.53 41.26 68.41 -
YUV 176.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 198 158 213 0.07 0.26 0 0.16 283.64 0.4 0.73
Hex C6 9E D5 7 1A 0 10 11C 28 49
Octal 306 236 325 7 32 0 20 434 50 111
Binary 11000110 10011110 11010101 111 11010 0 10000 100011100 101000 1001001

Color Harmonies of #C69ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69ED5

Black with #C69ED5

Text Example


Text Example

White with #C69ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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