Html Css Color HEX #C18FFB Wisteria

📋 copy color: '#C18FFB'

red 193 ◦ green 143 ◦ blue 251

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

Shades of Wisteria #C18FFB

Tints of Wisteria #C18FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.36%

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

R = 32.88%
G = 24.36%
B = 42.76%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C18FFB (or 0xC18FFB) is known color: Wisteria. HEX triplet: C1, 8F and FB. RGB value is (193,143,251). Sum of RGB (Red+Green+Blue) = 193+143+251=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #C18FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18FFB is #3E7004. Grayscale: #A9A9A9. Windows color (decimal): -4091909 or 16486337. OLE color: 16486337.

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

Color convert

RGB 193 143 251 -
CMYK 0.23 0.43 0 0.02
HSL 267.78º 0.93% 0.77% -
HSV(B) 267.78º 0.43% 0.98% -
XYZ 49.23 37.95 96 -
YUV 170.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 193 143 251 0.23 0.43 0 0.02 267.78 0.93 0.77
Hex C1 8F FB 17 2B 0 2 10C 5D 4D
Octal 301 217 373 27 53 0 2 414 135 115
Binary 11000001 10001111 11111011 10111 101011 0 10 100001100 1011101 1001101

Color Harmonies of #C18FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18FFB

Black with #C18FFB

Text Example


Text Example

White with #C18FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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