Html Css Color HEX #C08FD9 Wisteria

📋 copy color: '#C08FD9'

red 192 ◦ green 143 ◦ blue 217

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

Shades of Wisteria #C08FD9

Tints of Wisteria #C08FD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.31%

R = 34.78%
G = 25.91%
B = 39.31%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C08FD9 (or 0xC08FD9) is known color: Wisteria. HEX triplet: C0, 8F and D9. RGB value is (192,143,217). Sum of RGB (Red+Green+Blue) = 192+143+217=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 217 - color contains mainly: blue. Hex color #C08FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FD9 is #3F7026. Grayscale: #A5A5A5. Windows color (decimal): -4157479 or 14258112. OLE color: 14258112.

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

Color convert

RGB 192 143 217 -
CMYK 0.12 0.34 0 0.15
HSL 279.73º 0.49% 0.71% -
HSV(B) 279.73º 0.34% 0.85% -
XYZ 44.09 35.86 70.24 -
YUV 166.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 192 143 217 0.12 0.34 0 0.15 279.73 0.49 0.71
Hex C0 8F D9 C 22 0 F 118 31 47
Octal 300 217 331 14 42 0 17 430 61 107
Binary 11000000 10001111 11011001 1100 100010 0 1111 100011000 110001 1000111

Color Harmonies of #C08FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FD9

Black with #C08FD9

Text Example


Text Example

White with #C08FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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