Html Css Color HEX #C69EDD Wisteria

📋 copy color: '#C69EDD'

red 198 ◦ green 158 ◦ blue 221

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

Shades of Wisteria #C69EDD

Tints of Wisteria #C69EDD

RGB

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

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

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

R = 34.32%
G = 27.38%
B = 38.3%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C69EDD (or 0xC69EDD) is known color: Wisteria. HEX triplet: C6, 9E and DD. RGB value is (198,158,221). Sum of RGB (Red+Green+Blue) = 198+158+221=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #C69EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69EDD is #396122. Grayscale: #B0B0B0. Windows color (decimal): -3760419 or 14524102. OLE color: 14524102.

HSL color Cylindrical-coordinate representation of color #C69EDD: hue angle of 278.1º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C69EDD is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 158 221 -
CMYK 0.10 0.29 0 0.13
HSL 278.1º 0.48% 0.74% -
HSV(B) 278.1º 0.29% 0.87% -
XYZ 48.57 41.68 73.89 -
YUV 177.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 198 158 221 0.10 0.29 0 0.13 278.1 0.48 0.74
Hex C6 9E DD A 1D 0 D 116 30 4A
Octal 306 236 335 12 35 0 15 426 60 112
Binary 11000110 10011110 11011101 1010 11101 0 1101 100010110 110000 1001010

Color Harmonies of #C69EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69EDD

Black with #C69EDD

Text Example


Text Example

White with #C69EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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