Html Css Color HEX #C08AE9 Wisteria

📋 copy color: '#C08AE9'

red 192 ◦ green 138 ◦ blue 233

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

Shades of Wisteria #C08AE9

Tints of Wisteria #C08AE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.39%

R = 34.1%
G = 24.51%
B = 41.39%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C08AE9 (or 0xC08AE9) is known color: Wisteria. HEX triplet: C0, 8A and E9. RGB value is (192,138,233). Sum of RGB (Red+Green+Blue) = 192+138+233=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 233 - color contains mainly: blue. Hex color #C08AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08AE9 is #3F7516. Grayscale: #A4A4A4. Windows color (decimal): -4158743 or 15305408. OLE color: 15305408.

HSL color Cylindrical-coordinate representation of color #C08AE9: hue angle of 274.11º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C08AE9 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 138 233 -
CMYK 0.18 0.41 0 0.09
HSL 274.11º 0.68% 0.73% -
HSV(B) 274.11º 0.41% 0.91% -
XYZ 45.53 35.27 81.5 -
YUV 164.98 166.39 147.28 -
System Red Green Blue C M Y K H S L
Decimal 192 138 233 0.18 0.41 0 0.09 274.11 0.68 0.73
Hex C0 8A E9 12 29 0 9 112 44 49
Octal 300 212 351 22 51 0 11 422 104 111
Binary 11000000 10001010 11101001 10010 101001 0 1001 100010010 1000100 1001001

Color Harmonies of #C08AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08AE9

Black with #C08AE9

Text Example


Text Example

White with #C08AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08AE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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