Html Css Color HEX #C08FDA Wisteria

📋 copy color: '#C08FDA'

red 192 ◦ green 143 ◦ blue 218

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

Shades of Wisteria #C08FDA

Tints of Wisteria #C08FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 34.72%
G = 25.86%
B = 39.42%

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

#C08FDA (or 0xC08FDA) is known color: Wisteria. HEX triplet: C0, 8F and DA. RGB value is (192,143,218). Sum of RGB (Red+Green+Blue) = 192+143+218=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #C08FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FDA is #3F7025. Grayscale: #A5A5A5. Windows color (decimal): -4157478 or 14323648. OLE color: 14323648.

HSL color Cylindrical-coordinate representation of color #C08FDA: hue angle of 279.2º degrees, saturation: 0.5, 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 #C08FDA is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 143 218 -
CMYK 0.12 0.34 0 0.15
HSL 279.2º 0.5% 0.71% -
HSV(B) 279.2º 0.34% 0.85% -
XYZ 44.22 35.91 70.93 -
YUV 166.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 192 143 218 0.12 0.34 0 0.15 279.2 0.5 0.71
Hex C0 8F DA C 22 0 F 117 32 47
Octal 300 217 332 14 42 0 17 427 62 107
Binary 11000000 10001111 11011010 1100 100010 0 1111 100010111 110010 1000111

Color Harmonies of #C08FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FDA

Black with #C08FDA

Text Example


Text Example

White with #C08FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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