Html Css Color HEX #C08AEB Wisteria

📋 copy color: '#C08AEB'

red 192 ◦ green 138 ◦ blue 235

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

Shades of Wisteria #C08AEB

Tints of Wisteria #C08AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.59%

R = 33.98%
G = 24.42%
B = 41.59%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C08AEB (or 0xC08AEB) is known color: Wisteria. HEX triplet: C0, 8A and EB. RGB value is (192,138,235). Sum of RGB (Red+Green+Blue) = 192+138+235=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #C08AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08AEB is #3F7514. Grayscale: #A4A4A4. Windows color (decimal): -4158741 or 15436480. OLE color: 15436480.

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

Color convert

RGB 192 138 235 -
CMYK 0.18 0.41 0 0.08
HSL 273.4º 0.71% 0.73% -
HSV(B) 273.4º 0.41% 0.92% -
XYZ 45.82 35.38 83.01 -
YUV 165.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 192 138 235 0.18 0.41 0 0.08 273.4 0.71 0.73
Hex C0 8A EB 12 29 0 8 111 47 49
Octal 300 212 353 22 51 0 10 421 107 111
Binary 11000000 10001010 11101011 10010 101001 0 1000 100010001 1000111 1001001

Color Harmonies of #C08AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08AEB

Black with #C08AEB

Text Example


Text Example

White with #C08AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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