Html Css Color HEX #C18ACF Wisteria

📋 copy color: '#C18ACF'

red 193 ◦ green 138 ◦ blue 207

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

Shades of Wisteria #C18ACF

Tints of Wisteria #C18ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.65%

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 35.87%
G = 25.65%
B = 38.48%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C18ACF (or 0xC18ACF) is known color: Wisteria. HEX triplet: C1, 8A and CF. RGB value is (193,138,207). Sum of RGB (Red+Green+Blue) = 193+138+207=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #C18ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ACF is #3E7530. Grayscale: #A2A2A2. Windows color (decimal): -4093233 or 13601473. OLE color: 13601473.

HSL color Cylindrical-coordinate representation of color #C18ACF: hue angle of 287.83º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C18ACF is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 138 207 -
CMYK 0.07 0.33 0 0.19
HSL 287.83º 0.42% 0.68% -
HSV(B) 287.83º 0.33% 0.81% -
XYZ 42.34 34.02 63.37 -
YUV 162.31 153.22 149.89 -
System Red Green Blue C M Y K H S L
Decimal 193 138 207 0.07 0.33 0 0.19 287.83 0.42 0.68
Hex C1 8A CF 7 21 0 13 120 2A 44
Octal 301 212 317 7 41 0 23 440 52 104
Binary 11000001 10001010 11001111 111 100001 0 10011 100100000 101010 1000100

Color Harmonies of #C18ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18ACF

Black with #C18ACF

Text Example


Text Example

White with #C18ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18ACF; }

 p { color: rgb(193,138,207); }

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

background-color css

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

 a { background-color: rgb(193,138,207); }

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

border-color css

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

 span { border-color: rgb(193,138,207); }

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