Html Css Color HEX #C18BF8 Wisteria

📋 copy color: '#C18BF8'

red 193 ◦ green 139 ◦ blue 248

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

Shades of Wisteria #C18BF8

Tints of Wisteria #C18BF8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.97%

 BLUE value IS 248 (97.27% from 255) = 42.76%

R = 33.28%
G = 23.97%
B = 42.76%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C18BF8 (or 0xC18BF8) is known color: Wisteria. HEX triplet: C1, 8B and F8. RGB value is (193,139,248). Sum of RGB (Red+Green+Blue) = 193+139+248=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #C18BF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18BF8 is #3E7407. Grayscale: #A7A7A7. Windows color (decimal): -4092936 or 16288705. OLE color: 16288705.

HSL color Cylindrical-coordinate representation of color #C18BF8: hue angle of 269.72º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C18BF8 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 193 139 248 -
CMYK 0.22 0.44 0 0.03
HSL 269.72º 0.89% 0.76% -
HSV(B) 269.72º 0.44% 0.97% -
XYZ 48.17 36.58 93.33 -
YUV 167.57 173.39 146.14 -
System Red Green Blue C M Y K H S L
Decimal 193 139 248 0.22 0.44 0 0.03 269.72 0.89 0.76
Hex C1 8B F8 16 2C 0 3 10E 59 4C
Octal 301 213 370 26 54 0 3 416 131 114
Binary 11000001 10001011 11111000 10110 101100 0 11 100001110 1011001 1001100

Color Harmonies of #C18BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18BF8

Black with #C18BF8

Text Example


Text Example

White with #C18BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18BF8; }

 p { color: rgb(193,139,248); }

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

background-color css

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

 a { background-color: rgb(193,139,248); }

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

border-color css

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

 span { border-color: rgb(193,139,248); }

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