Html Css Color HEX #C189FC Wisteria

📋 copy color: '#C189FC'

red 193 ◦ green 137 ◦ blue 252

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

Shades of Wisteria #C189FC

Tints of Wisteria #C189FC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.54%

 BLUE value IS 252 (98.83% from 255) = 43.3%

R = 33.16%
G = 23.54%
B = 43.3%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C189FC (or 0xC189FC) is known color: Wisteria. HEX triplet: C1, 89 and FC. RGB value is (193,137,252). Sum of RGB (Red+Green+Blue) = 193+137+252=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #C189FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C189FC is #3E7603. Grayscale: #A6A6A6. Windows color (decimal): -4093444 or 16550337. OLE color: 16550337.

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

Color convert

RGB 193 137 252 -
CMYK 0.23 0.46 0 0.01
HSL 269.22º 0.95% 0.76% -
HSV(B) 269.22º 0.46% 0.99% -
XYZ 48.51 36.26 96.54 -
YUV 166.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 193 137 252 0.23 0.46 0 0.01 269.22 0.95 0.76
Hex C1 89 FC 17 2E 0 1 10D 5F 4C
Octal 301 211 374 27 56 0 1 415 137 114
Binary 11000001 10001001 11111100 10111 101110 0 1 100001101 1011111 1001100

Color Harmonies of #C189FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C189FC

Black with #C189FC

Text Example


Text Example

White with #C189FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C189FC; }

 p { color: rgb(193,137,252); }

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

background-color css

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

 a { background-color: rgb(193,137,252); }

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

border-color css

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

 span { border-color: rgb(193,137,252); }

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