Html Css Color HEX #C18CEF Wisteria

📋 copy color: '#C18CEF'

red 193 ◦ green 140 ◦ blue 239

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

Shades of Wisteria #C18CEF

Tints of Wisteria #C18CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.48%

 BLUE value IS 239 (93.75% from 255) = 41.78%

R = 33.74%
G = 24.48%
B = 41.78%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C18CEF (or 0xC18CEF) is known color: Wisteria. HEX triplet: C1, 8C and EF. RGB value is (193,140,239). Sum of RGB (Red+Green+Blue) = 193+140+239=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #C18CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18CEF is #3E7310. Grayscale: #A6A6A6. Windows color (decimal): -4092689 or 15699137. OLE color: 15699137.

HSL color Cylindrical-coordinate representation of color #C18CEF: hue angle of 272.12º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C18CEF is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 140 239 -
CMYK 0.19 0.41 0 0.06
HSL 272.12º 0.76% 0.74% -
HSV(B) 272.12º 0.41% 0.94% -
XYZ 46.95 36.33 86.2 -
YUV 167.13 168.56 146.45 -
System Red Green Blue C M Y K H S L
Decimal 193 140 239 0.19 0.41 0 0.06 272.12 0.76 0.74
Hex C1 8C EF 13 29 0 6 110 4C 4A
Octal 301 214 357 23 51 0 6 420 114 112
Binary 11000001 10001100 11101111 10011 101001 0 110 100010000 1001100 1001010

Color Harmonies of #C18CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18CEF

Black with #C18CEF

Text Example


Text Example

White with #C18CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18CEF; }

 p { color: rgb(193,140,239); }

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

background-color css

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

 a { background-color: rgb(193,140,239); }

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

border-color css

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

 span { border-color: rgb(193,140,239); }

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