Html Css Color HEX #C188FA Wisteria

📋 copy color: '#C188FA'

red 193 ◦ green 136 ◦ blue 250

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

Shades of Wisteria #C188FA

Tints of Wisteria #C188FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.18%

R = 33.33%
G = 23.49%
B = 43.18%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C188FA (or 0xC188FA) is known color: Wisteria. HEX triplet: C1, 88 and FA. RGB value is (193,136,250). Sum of RGB (Red+Green+Blue) = 193+136+250=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #C188FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C188FA is #3E7705. Grayscale: #A5A5A5. Windows color (decimal): -4093702 or 16419009. OLE color: 16419009.

HSL color Cylindrical-coordinate representation of color #C188FA: hue angle of 270º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C188FA is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 136 250 -
CMYK 0.23 0.46 0 0.02
HSL 270º 0.92% 0.76% -
HSV(B) 270º 0.46% 0.98% -
XYZ 48.05 35.85 94.83 -
YUV 166.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 193 136 250 0.23 0.46 0 0.02 270 0.92 0.76
Hex C1 88 FA 17 2E 0 2 10E 5C 4C
Octal 301 210 372 27 56 0 2 416 134 114
Binary 11000001 10001000 11111010 10111 101110 0 10 100001110 1011100 1001100

Color Harmonies of #C188FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C188FA

Black with #C188FA

Text Example


Text Example

White with #C188FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C188FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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