Html Css Color HEX #C188F5 Wisteria

📋 copy color: '#C188F5'

red 193 ◦ green 136 ◦ blue 245

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

Shades of Wisteria #C188F5

Tints of Wisteria #C188F5

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.69%

 BLUE value IS 245 (96.09% from 255) = 42.68%

R = 33.62%
G = 23.69%
B = 42.68%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C188F5 (or 0xC188F5) is known color: Wisteria. HEX triplet: C1, 88 and F5. RGB value is (193,136,245). Sum of RGB (Red+Green+Blue) = 193+136+245=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #C188F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C188F5 is #3E770A. Grayscale: #A5A5A5. Windows color (decimal): -4093707 or 16091329. OLE color: 16091329.

HSL color Cylindrical-coordinate representation of color #C188F5: hue angle of 271.38º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C188F5 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 193 136 245 -
CMYK 0.21 0.44 0 0.04
HSL 271.38º 0.84% 0.75% -
HSV(B) 271.38º 0.44% 0.96% -
XYZ 47.28 35.54 90.75 -
YUV 165.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 193 136 245 0.21 0.44 0 0.04 271.38 0.84 0.75
Hex C1 88 F5 15 2C 0 4 10F 54 4B
Octal 301 210 365 25 54 0 4 417 124 113
Binary 11000001 10001000 11110101 10101 101100 0 100 100001111 1010100 1001011

Color Harmonies of #C188F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C188F5

Black with #C188F5

Text Example


Text Example

White with #C188F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C188F5; }

 p { color: rgb(193,136,245); }

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

background-color css

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

 a { background-color: rgb(193,136,245); }

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

border-color css

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

 span { border-color: rgb(193,136,245); }

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