Html Css Color HEX #C69ADE Wisteria

📋 copy color: '#C69ADE'

red 198 ◦ green 154 ◦ blue 222

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

Shades of Wisteria #C69ADE

Tints of Wisteria #C69ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.68%

R = 34.49%
G = 26.83%
B = 38.68%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C69ADE (or 0xC69ADE) is known color: Wisteria. HEX triplet: C6, 9A and DE. RGB value is (198,154,222). Sum of RGB (Red+Green+Blue) = 198+154+222=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #C69ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69ADE is #396521. Grayscale: #AEAEAE. Windows color (decimal): -3761442 or 14588614. OLE color: 14588614.

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

Color convert

RGB 198 154 222 -
CMYK 0.11 0.31 0 0.13
HSL 278.82º 0.51% 0.74% -
HSV(B) 278.82º 0.31% 0.87% -
XYZ 48.03 40.39 74.37 -
YUV 174.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 198 154 222 0.11 0.31 0 0.13 278.82 0.51 0.74
Hex C6 9A DE B 1F 0 D 117 33 4A
Octal 306 232 336 13 37 0 15 427 63 112
Binary 11000110 10011010 11011110 1011 11111 0 1101 100010111 110011 1001010

Color Harmonies of #C69ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69ADE

Black with #C69ADE

Text Example


Text Example

White with #C69ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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