Html Css Color HEX #C08DDA Wisteria

📋 copy color: '#C08DDA'

red 192 ◦ green 141 ◦ blue 218

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

Shades of Wisteria #C08DDA

Tints of Wisteria #C08DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 34.85%
G = 25.59%
B = 39.56%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C08DDA (or 0xC08DDA) is known color: Wisteria. HEX triplet: C0, 8D and DA. RGB value is (192,141,218). Sum of RGB (Red+Green+Blue) = 192+141+218=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #C08DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DDA is #3F7225. Grayscale: #A4A4A4. Windows color (decimal): -4157990 or 14323136. OLE color: 14323136.

HSL color Cylindrical-coordinate representation of color #C08DDA: hue angle of 279.74º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C08DDA is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 141 218 -
CMYK 0.12 0.35 0 0.15
HSL 279.74º 0.51% 0.7% -
HSV(B) 279.74º 0.35% 0.85% -
XYZ 43.92 35.32 70.83 -
YUV 165.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 192 141 218 0.12 0.35 0 0.15 279.74 0.51 0.7
Hex C0 8D DA C 23 0 F 118 33 46
Octal 300 215 332 14 43 0 17 430 63 106
Binary 11000000 10001101 11011010 1100 100011 0 1111 100011000 110011 1000110

Color Harmonies of #C08DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DDA

Black with #C08DDA

Text Example


Text Example

White with #C08DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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