Html Css Color HEX #C08FDC Wisteria

📋 copy color: '#C08FDC'

red 192 ◦ green 143 ◦ blue 220

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

Shades of Wisteria #C08FDC

Tints of Wisteria #C08FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.64%

R = 34.59%
G = 25.77%
B = 39.64%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C08FDC (or 0xC08FDC) is known color: Wisteria. HEX triplet: C0, 8F and DC. RGB value is (192,143,220). Sum of RGB (Red+Green+Blue) = 192+143+220=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #C08FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FDC is #3F7023. Grayscale: #A6A6A6. Windows color (decimal): -4157476 or 14454720. OLE color: 14454720.

HSL color Cylindrical-coordinate representation of color #C08FDC: hue angle of 278.18º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C08FDC is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 143 220 -
CMYK 0.13 0.35 0 0.14
HSL 278.18º 0.52% 0.71% -
HSV(B) 278.18º 0.35% 0.86% -
XYZ 44.48 36.02 72.32 -
YUV 166.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 192 143 220 0.13 0.35 0 0.14 278.18 0.52 0.71
Hex C0 8F DC D 23 0 E 116 34 47
Octal 300 217 334 15 43 0 16 426 64 107
Binary 11000000 10001111 11011100 1101 100011 0 1110 100010110 110100 1000111

Color Harmonies of #C08FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FDC

Black with #C08FDC

Text Example


Text Example

White with #C08FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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