Html Css Color HEX #C08FD5 Wisteria

📋 copy color: '#C08FD5'

red 192 ◦ green 143 ◦ blue 213

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

Shades of Wisteria #C08FD5

Tints of Wisteria #C08FD5

RGB

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

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

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

R = 35.04%
G = 26.09%
B = 38.87%

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

#C08FD5 (or 0xC08FD5) is known color: Wisteria. HEX triplet: C0, 8F and D5. RGB value is (192,143,213). Sum of RGB (Red+Green+Blue) = 192+143+213=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #C08FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FD5 is #3F702A. Grayscale: #A5A5A5. Windows color (decimal): -4157483 or 13995968. OLE color: 13995968.

HSL color Cylindrical-coordinate representation of color #C08FD5: hue angle of 282º degrees, saturation: 0.45, 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 #C08FD5 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 143 213 -
CMYK 0.10 0.33 0 0.16
HSL 282º 0.45% 0.7% -
HSV(B) 282º 0.33% 0.84% -
XYZ 43.57 35.66 67.54 -
YUV 165.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 192 143 213 0.10 0.33 0 0.16 282 0.45 0.7
Hex C0 8F D5 A 21 0 10 11A 2D 46
Octal 300 217 325 12 41 0 20 432 55 106
Binary 11000000 10001111 11010101 1010 100001 0 10000 100011010 101101 1000110

Color Harmonies of #C08FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FD5

Black with #C08FD5

Text Example


Text Example

White with #C08FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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