Html Css Color HEX #C09AD4 Wisteria

📋 copy color: '#C09AD4'

red 192 ◦ green 154 ◦ blue 212

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

Shades of Wisteria #C09AD4

Tints of Wisteria #C09AD4

RGB

 RED value IS 192 (75.39% from 255) = 34.41%

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

 BLUE value IS 212 (83.2% from 255) = 37.99%

R = 34.41%
G = 27.6%
B = 37.99%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C09AD4 (or 0xC09AD4) is known color: Wisteria. HEX triplet: C0, 9A and D4. RGB value is (192,154,212). Sum of RGB (Red+Green+Blue) = 192+154+212=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 212 - color contains mainly: blue. Hex color #C09AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09AD4 is #3F652B. Grayscale: #ABABAB. Windows color (decimal): -4154668 or 13933248. OLE color: 13933248.

HSL color Cylindrical-coordinate representation of color #C09AD4: hue angle of 279.31º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C09AD4 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 154 212 -
CMYK 0.09 0.27 0 0.17
HSL 279.31º 0.4% 0.72% -
HSV(B) 279.31º 0.27% 0.83% -
XYZ 45.18 39.07 67.45 -
YUV 171.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 192 154 212 0.09 0.27 0 0.17 279.31 0.4 0.72
Hex C0 9A D4 9 1B 0 11 117 28 48
Octal 300 232 324 11 33 0 21 427 50 110
Binary 11000000 10011010 11010100 1001 11011 0 10001 100010111 101000 1001000

Color Harmonies of #C09AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09AD4

Black with #C09AD4

Text Example


Text Example

White with #C09AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09AD4; }

 p { color: rgb(192,154,212); }

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

background-color css

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

 a { background-color: rgb(192,154,212); }

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

border-color css

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

 span { border-color: rgb(192,154,212); }

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