Html Css Color HEX #C18AFA Wisteria

📋 copy color: '#C18AFA'

red 193 ◦ green 138 ◦ blue 250

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

Shades of Wisteria #C18AFA

Tints of Wisteria #C18AFA

RGB

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

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

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

R = 33.22%
G = 23.75%
B = 43.03%

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

#C18AFA (or 0xC18AFA) is known color: Wisteria. HEX triplet: C1, 8A and FA. RGB value is (193,138,250). Sum of RGB (Red+Green+Blue) = 193+138+250=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #C18AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18AFA is #3E7505. Grayscale: #A6A6A6. Windows color (decimal): -4093190 or 16419521. OLE color: 16419521.

HSL color Cylindrical-coordinate representation of color #C18AFA: hue angle of 269.46º degrees, saturation: 0.92, 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 #C18AFA is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 138 250 -
CMYK 0.23 0.45 0 0.02
HSL 269.46º 0.92% 0.76% -
HSV(B) 269.46º 0.45% 0.98% -
XYZ 48.34 36.42 94.92 -
YUV 167.21 174.72 146.39 -
System Red Green Blue C M Y K H S L
Decimal 193 138 250 0.23 0.45 0 0.02 269.46 0.92 0.76
Hex C1 8A FA 17 2D 0 2 10D 5C 4C
Octal 301 212 372 27 55 0 2 415 134 114
Binary 11000001 10001010 11111010 10111 101101 0 10 100001101 1011100 1001100

Color Harmonies of #C18AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18AFA

Black with #C18AFA

Text Example


Text Example

White with #C18AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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