Html Css Color HEX #C18AFB Wisteria

📋 copy color: '#C18AFB'

red 193 ◦ green 138 ◦ blue 251

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

Shades of Wisteria #C18AFB

Tints of Wisteria #C18AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.13%

R = 33.16%
G = 23.71%
B = 43.13%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C18AFB (or 0xC18AFB) is known color: Wisteria. HEX triplet: C1, 8A and FB. RGB value is (193,138,251). Sum of RGB (Red+Green+Blue) = 193+138+251=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #C18AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18AFB is #3E7504. Grayscale: #A6A6A6. Windows color (decimal): -4093189 or 16485057. OLE color: 16485057.

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

Color convert

RGB 193 138 251 -
CMYK 0.23 0.45 0 0.02
HSL 269.2º 0.93% 0.76% -
HSV(B) 269.2º 0.45% 0.98% -
XYZ 48.49 36.48 95.75 -
YUV 167.33 175.22 146.31 -
System Red Green Blue C M Y K H S L
Decimal 193 138 251 0.23 0.45 0 0.02 269.2 0.93 0.76
Hex C1 8A FB 17 2D 0 2 10D 5D 4C
Octal 301 212 373 27 55 0 2 415 135 114
Binary 11000001 10001010 11111011 10111 101101 0 10 100001101 1011101 1001100

Color Harmonies of #C18AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18AFB

Black with #C18AFB

Text Example


Text Example

White with #C18AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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