Html Css Color HEX #C08ADB Wisteria

📋 copy color: '#C08ADB'

red 192 ◦ green 138 ◦ blue 219

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

Shades of Wisteria #C08ADB

Tints of Wisteria #C08ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.89%

R = 34.97%
G = 25.14%
B = 39.89%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C08ADB (or 0xC08ADB) is known color: Wisteria. HEX triplet: C0, 8A and DB. RGB value is (192,138,219). Sum of RGB (Red+Green+Blue) = 192+138+219=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #C08ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ADB is #3F7524. Grayscale: #A3A3A3. Windows color (decimal): -4158757 or 14387904. OLE color: 14387904.

HSL color Cylindrical-coordinate representation of color #C08ADB: hue angle of 280º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C08ADB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 138 219 -
CMYK 0.12 0.37 0 0.14
HSL 280º 0.53% 0.7% -
HSV(B) 280º 0.37% 0.86% -
XYZ 43.61 34.5 71.38 -
YUV 163.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 192 138 219 0.12 0.37 0 0.14 280 0.53 0.7
Hex C0 8A DB C 25 0 E 118 35 46
Octal 300 212 333 14 45 0 16 430 65 106
Binary 11000000 10001010 11011011 1100 100101 0 1110 100011000 110101 1000110

Color Harmonies of #C08ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08ADB

Black with #C08ADB

Text Example


Text Example

White with #C08ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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