Html Css Color HEX #C08FD1 Wisteria

📋 copy color: '#C08FD1'

red 192 ◦ green 143 ◦ blue 209

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

Shades of Wisteria #C08FD1

Tints of Wisteria #C08FD1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.29%

 BLUE value IS 209 (82.03% from 255) = 38.42%

R = 35.29%
G = 26.29%
B = 38.42%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C08FD1 (or 0xC08FD1) is known color: Wisteria. HEX triplet: C0, 8F and D1. RGB value is (192,143,209). Sum of RGB (Red+Green+Blue) = 192+143+209=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #C08FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FD1 is #3F702E. Grayscale: #A4A4A4. Windows color (decimal): -4157487 or 13733824. OLE color: 13733824.

HSL color Cylindrical-coordinate representation of color #C08FD1: hue angle of 284.55º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C08FD1 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 143 209 -
CMYK 0.08 0.32 0 0.18
HSL 284.55º 0.42% 0.69% -
HSV(B) 284.55º 0.32% 0.82% -
XYZ 43.07 35.45 64.9 -
YUV 165.18 152.73 147.13 -
System Red Green Blue C M Y K H S L
Decimal 192 143 209 0.08 0.32 0 0.18 284.55 0.42 0.69
Hex C0 8F D1 8 20 0 12 11D 2A 45
Octal 300 217 321 10 40 0 22 435 52 105
Binary 11000000 10001111 11010001 1000 100000 0 10010 100011101 101010 1000101

Color Harmonies of #C08FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FD1

Black with #C08FD1

Text Example


Text Example

White with #C08FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FD1; }

 p { color: rgb(192,143,209); }

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

background-color css

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

 a { background-color: rgb(192,143,209); }

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

border-color css

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

 span { border-color: rgb(192,143,209); }

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