Html Css Color HEX #C08AD5 Wisteria

📋 copy color: '#C08AD5'

red 192 ◦ green 138 ◦ blue 213

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

Shades of Wisteria #C08AD5

Tints of Wisteria #C08AD5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.41%

 BLUE value IS 213 (83.59% from 255) = 39.23%

R = 35.36%
G = 25.41%
B = 39.23%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C08AD5 (or 0xC08AD5) is known color: Wisteria. HEX triplet: C0, 8A and D5. RGB value is (192,138,213). Sum of RGB (Red+Green+Blue) = 192+138+213=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #C08AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08AD5 is #3F752A. Grayscale: #A2A2A2. Windows color (decimal): -4158763 or 13994688. OLE color: 13994688.

HSL color Cylindrical-coordinate representation of color #C08AD5: hue angle of 283.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C08AD5 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 138 213 -
CMYK 0.10 0.35 0 0.16
HSL 283.2º 0.47% 0.69% -
HSV(B) 283.2º 0.35% 0.84% -
XYZ 42.84 34.19 67.29 -
YUV 162.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 192 138 213 0.10 0.35 0 0.16 283.2 0.47 0.69
Hex C0 8A D5 A 23 0 10 11B 2F 45
Octal 300 212 325 12 43 0 20 433 57 105
Binary 11000000 10001010 11010101 1010 100011 0 10000 100011011 101111 1000101

Color Harmonies of #C08AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08AD5

Black with #C08AD5

Text Example


Text Example

White with #C08AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08AD5; }

 p { color: rgb(192,138,213); }

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

background-color css

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

 a { background-color: rgb(192,138,213); }

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

border-color css

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

 span { border-color: rgb(192,138,213); }

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