Html Css Color HEX #C18FDF Wisteria

📋 copy color: '#C18FDF'

red 193 ◦ green 143 ◦ blue 223

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

Shades of Wisteria #C18FDF

Tints of Wisteria #C18FDF

RGB

 RED value IS 193 (75.78% from 255) = 34.53%

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

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

R = 34.53%
G = 25.58%
B = 39.89%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C18FDF (or 0xC18FDF) is known color: Wisteria. HEX triplet: C1, 8F and DF. RGB value is (193,143,223). Sum of RGB (Red+Green+Blue) = 193+143+223=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #C18FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FDF is #3E7020. Grayscale: #A6A6A6. Windows color (decimal): -4091937 or 14651329. OLE color: 14651329.

HSL color Cylindrical-coordinate representation of color #C18FDF: hue angle of 277.5º 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 #C18FDF is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 143 223 -
CMYK 0.13 0.36 0 0.13
HSL 277.5º 0.56% 0.72% -
HSV(B) 277.5º 0.36% 0.87% -
XYZ 45.13 36.31 74.44 -
YUV 167.07 159.57 146.5 -
System Red Green Blue C M Y K H S L
Decimal 193 143 223 0.13 0.36 0 0.13 277.5 0.56 0.72
Hex C1 8F DF D 24 0 D 116 38 48
Octal 301 217 337 15 44 0 15 426 70 110
Binary 11000001 10001111 11011111 1101 100100 0 1101 100010110 111000 1001000

Color Harmonies of #C18FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18FDF

Black with #C18FDF

Text Example


Text Example

White with #C18FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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