Html Css Color HEX #C08DDB Wisteria

📋 copy color: '#C08DDB'

red 192 ◦ green 141 ◦ blue 219

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

Shades of Wisteria #C08DDB

Tints of Wisteria #C08DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.54%

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

R = 34.78%
G = 25.54%
B = 39.67%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C08DDB (or 0xC08DDB) is known color: Wisteria. HEX triplet: C0, 8D and DB. RGB value is (192,141,219). Sum of RGB (Red+Green+Blue) = 192+141+219=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #C08DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DDB is #3F7224. Grayscale: #A4A4A4. Windows color (decimal): -4157989 or 14388672. OLE color: 14388672.

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

Color convert

RGB 192 141 219 -
CMYK 0.12 0.36 0 0.14
HSL 279.23º 0.52% 0.71% -
HSV(B) 279.23º 0.36% 0.86% -
XYZ 44.05 35.37 71.52 -
YUV 165.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 192 141 219 0.12 0.36 0 0.14 279.23 0.52 0.71
Hex C0 8D DB C 24 0 E 117 34 47
Octal 300 215 333 14 44 0 16 427 64 107
Binary 11000000 10001101 11011011 1100 100100 0 1110 100010111 110100 1000111

Color Harmonies of #C08DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DDB

Black with #C08DDB

Text Example


Text Example

White with #C08DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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