Html Css Color HEX #C69AED Wisteria

📋 copy color: '#C69AED'

red 198 ◦ green 154 ◦ blue 237

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

Shades of Wisteria #C69AED

Tints of Wisteria #C69AED

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.15%

 BLUE value IS 237 (92.97% from 255) = 40.24%

R = 33.62%
G = 26.15%
B = 40.24%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C69AED (or 0xC69AED) is known color: Wisteria. HEX triplet: C6, 9A and ED. RGB value is (198,154,237). Sum of RGB (Red+Green+Blue) = 198+154+237=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #C69AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69AED is #396512. Grayscale: #B0B0B0. Windows color (decimal): -3761427 or 15571654. OLE color: 15571654.

HSL color Cylindrical-coordinate representation of color #C69AED: hue angle of 271.81º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C69AED is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 154 237 -
CMYK 0.16 0.35 0 0.07
HSL 271.81º 0.7% 0.77% -
HSV(B) 271.81º 0.35% 0.93% -
XYZ 50.13 41.23 85.44 -
YUV 176.62 162.08 143.25 -
System Red Green Blue C M Y K H S L
Decimal 198 154 237 0.16 0.35 0 0.07 271.81 0.7 0.77
Hex C6 9A ED 10 23 0 7 110 46 4D
Octal 306 232 355 20 43 0 7 420 106 115
Binary 11000110 10011010 11101101 10000 100011 0 111 100010000 1000110 1001101

Color Harmonies of #C69AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69AED

Black with #C69AED

Text Example


Text Example

White with #C69AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69AED; }

 p { color: rgb(198,154,237); }

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

background-color css

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

 a { background-color: rgb(198,154,237); }

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

border-color css

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

 span { border-color: rgb(198,154,237); }

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