Html Css Color HEX #C18EFC Wisteria

📋 copy color: '#C18EFC'

red 193 ◦ green 142 ◦ blue 252

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

Shades of Wisteria #C18EFC

Tints of Wisteria #C18EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.19%

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

R = 32.88%
G = 24.19%
B = 42.93%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C18EFC (or 0xC18EFC) is known color: Wisteria. HEX triplet: C1, 8E and FC. RGB value is (193,142,252). Sum of RGB (Red+Green+Blue) = 193+142+252=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #C18EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18EFC is #3E7103. Grayscale: #A9A9A9. Windows color (decimal): -4092164 or 16551617. OLE color: 16551617.

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

Color convert

RGB 193 142 252 -
CMYK 0.23 0.44 0 0.01
HSL 267.82º 0.95% 0.77% -
HSV(B) 267.82º 0.44% 0.99% -
XYZ 49.24 37.71 96.78 -
YUV 169.79 174.4 144.56 -
System Red Green Blue C M Y K H S L
Decimal 193 142 252 0.23 0.44 0 0.01 267.82 0.95 0.77
Hex C1 8E FC 17 2C 0 1 10C 5F 4D
Octal 301 216 374 27 54 0 1 414 137 115
Binary 11000001 10001110 11111100 10111 101100 0 1 100001100 1011111 1001101

Color Harmonies of #C18EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18EFC

Black with #C18EFC

Text Example


Text Example

White with #C18EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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