Html Css Color HEX #C08DDC Wisteria

📋 copy color: '#C08DDC'

red 192 ◦ green 141 ◦ blue 220

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

Shades of Wisteria #C08DDC

Tints of Wisteria #C08DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 34.72%
G = 25.5%
B = 39.78%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C08DDC (or 0xC08DDC) is known color: Wisteria. HEX triplet: C0, 8D and DC. RGB value is (192,141,220). Sum of RGB (Red+Green+Blue) = 192+141+220=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #C08DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DDC is #3F7223. Grayscale: #A4A4A4. Windows color (decimal): -4157988 or 14454208. OLE color: 14454208.

HSL color Cylindrical-coordinate representation of color #C08DDC: hue angle of 278.73º degrees, saturation: 0.53, 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 #C08DDC is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 141 220 -
CMYK 0.13 0.36 0 0.14
HSL 278.73º 0.53% 0.71% -
HSV(B) 278.73º 0.36% 0.86% -
XYZ 44.18 35.42 72.22 -
YUV 165.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 192 141 220 0.13 0.36 0 0.14 278.73 0.53 0.71
Hex C0 8D DC D 24 0 E 117 35 47
Octal 300 215 334 15 44 0 16 427 65 107
Binary 11000000 10001101 11011100 1101 100100 0 1110 100010111 110101 1000111

Color Harmonies of #C08DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DDC

Black with #C08DDC

Text Example


Text Example

White with #C08DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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