Html Css Color HEX #C08FDF Wisteria

📋 copy color: '#C08FDF'

red 192 ◦ green 143 ◦ blue 223

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

Shades of Wisteria #C08FDF

Tints of Wisteria #C08FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 34.41%
G = 25.63%
B = 39.96%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C08FDF (or 0xC08FDF) is known color: Wisteria. HEX triplet: C0, 8F and DF. RGB value is (192,143,223). Sum of RGB (Red+Green+Blue) = 192+143+223=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #C08FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FDF is #3F7020. Grayscale: #A6A6A6. Windows color (decimal): -4157473 or 14651328. OLE color: 14651328.

HSL color Cylindrical-coordinate representation of color #C08FDF: hue angle of 276.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C08FDF is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 143 223 -
CMYK 0.14 0.36 0 0.13
HSL 276.75º 0.56% 0.72% -
HSV(B) 276.75º 0.36% 0.87% -
XYZ 44.88 36.18 74.43 -
YUV 166.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 192 143 223 0.14 0.36 0 0.13 276.75 0.56 0.72
Hex C0 8F DF E 24 0 D 115 38 48
Octal 300 217 337 16 44 0 15 425 70 110
Binary 11000000 10001111 11011111 1110 100100 0 1101 100010101 111000 1001000

Color Harmonies of #C08FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FDF

Black with #C08FDF

Text Example


Text Example

White with #C08FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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