Html Css Color HEX #C08ED5 Wisteria

📋 copy color: '#C08ED5'

red 192 ◦ green 142 ◦ blue 213

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

Shades of Wisteria #C08ED5

Tints of Wisteria #C08ED5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.96%

 BLUE value IS 213 (83.59% from 255) = 38.94%

R = 35.1%
G = 25.96%
B = 38.94%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C08ED5 (or 0xC08ED5) is known color: Wisteria. HEX triplet: C0, 8E and D5. RGB value is (192,142,213). Sum of RGB (Red+Green+Blue) = 192+142+213=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #C08ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ED5 is #3F712A. Grayscale: #A4A4A4. Windows color (decimal): -4157739 or 13995712. OLE color: 13995712.

HSL color Cylindrical-coordinate representation of color #C08ED5: hue angle of 282.25º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C08ED5 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 142 213 -
CMYK 0.10 0.33 0 0.16
HSL 282.25º 0.46% 0.7% -
HSV(B) 282.25º 0.33% 0.84% -
XYZ 43.42 35.36 67.49 -
YUV 165.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 192 142 213 0.10 0.33 0 0.16 282.25 0.46 0.7
Hex C0 8E D5 A 21 0 10 11A 2E 46
Octal 300 216 325 12 41 0 20 432 56 106
Binary 11000000 10001110 11010101 1010 100001 0 10000 100011010 101110 1000110

Color Harmonies of #C08ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08ED5

Black with #C08ED5

Text Example


Text Example

White with #C08ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08ED5; }

 p { color: rgb(192,142,213); }

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

background-color css

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

 a { background-color: rgb(192,142,213); }

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

border-color css

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

 span { border-color: rgb(192,142,213); }

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