Html Css Color HEX #C08ED3 Wisteria

📋 copy color: '#C08ED3'

red 192 ◦ green 142 ◦ blue 211

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

Shades of Wisteria #C08ED3

Tints of Wisteria #C08ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.72%

R = 35.23%
G = 26.06%
B = 38.72%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C08ED3 (or 0xC08ED3) is known color: Wisteria. HEX triplet: C0, 8E and D3. RGB value is (192,142,211). Sum of RGB (Red+Green+Blue) = 192+142+211=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #C08ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ED3 is #3F712C. Grayscale: #A4A4A4. Windows color (decimal): -4157741 or 13864640. OLE color: 13864640.

HSL color Cylindrical-coordinate representation of color #C08ED3: hue angle of 283.48º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C08ED3 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 142 211 -
CMYK 0.09 0.33 0 0.17
HSL 283.48º 0.44% 0.69% -
HSV(B) 283.48º 0.33% 0.83% -
XYZ 43.17 35.26 66.16 -
YUV 164.82 154.07 147.39 -
System Red Green Blue C M Y K H S L
Decimal 192 142 211 0.09 0.33 0 0.17 283.48 0.44 0.69
Hex C0 8E D3 9 21 0 11 11B 2C 45
Octal 300 216 323 11 41 0 21 433 54 105
Binary 11000000 10001110 11010011 1001 100001 0 10001 100011011 101100 1000101

Color Harmonies of #C08ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08ED3

Black with #C08ED3

Text Example


Text Example

White with #C08ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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