Html Css Color HEX #C69AE3 Wisteria

📋 copy color: '#C69AE3'

red 198 ◦ green 154 ◦ blue 227

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

Shades of Wisteria #C69AE3

Tints of Wisteria #C69AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.21%

R = 34.2%
G = 26.6%
B = 39.21%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C69AE3 (or 0xC69AE3) is known color: Wisteria. HEX triplet: C6, 9A and E3. RGB value is (198,154,227). Sum of RGB (Red+Green+Blue) = 198+154+227=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 227 (89.06% from 255 or 39.21% from 579); Max value from RGB is 227 - color contains mainly: blue. Hex color #C69AE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69AE3 is #39651C. Grayscale: #AFAFAF. Windows color (decimal): -3761437 or 14916294. OLE color: 14916294.

HSL color Cylindrical-coordinate representation of color #C69AE3: hue angle of 276.16º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C69AE3 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 198 154 227 -
CMYK 0.13 0.32 0 0.11
HSL 276.16º 0.57% 0.75% -
HSV(B) 276.16º 0.32% 0.89% -
XYZ 48.71 40.66 77.95 -
YUV 175.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 198 154 227 0.13 0.32 0 0.11 276.16 0.57 0.75
Hex C6 9A E3 D 20 0 B 114 39 4B
Octal 306 232 343 15 40 0 13 424 71 113
Binary 11000110 10011010 11100011 1101 100000 0 1011 100010100 111001 1001011

Color Harmonies of #C69AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69AE3

Black with #C69AE3

Text Example


Text Example

White with #C69AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69AE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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