Html Css Color HEX #C18CFD Wisteria

📋 copy color: '#C18CFD'

red 193 ◦ green 140 ◦ blue 253

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

Shades of Wisteria #C18CFD

Tints of Wisteria #C18CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.17%

R = 32.94%
G = 23.89%
B = 43.17%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C18CFD (or 0xC18CFD) is known color: Wisteria. HEX triplet: C1, 8C and FD. RGB value is (193,140,253). Sum of RGB (Red+Green+Blue) = 193+140+253=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #C18CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18CFD is #3E7302. Grayscale: #A8A8A8. Windows color (decimal): -4092675 or 16616641. OLE color: 16616641.

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

Color convert

RGB 193 140 253 -
CMYK 0.24 0.45 0 0.01
HSL 268.14º 0.97% 0.77% -
HSV(B) 268.14º 0.45% 0.99% -
XYZ 49.1 37.19 97.52 -
YUV 168.73 175.56 145.31 -
System Red Green Blue C M Y K H S L
Decimal 193 140 253 0.24 0.45 0 0.01 268.14 0.97 0.77
Hex C1 8C FD 18 2D 0 1 10C 61 4D
Octal 301 214 375 30 55 0 1 414 141 115
Binary 11000001 10001100 11111101 11000 101101 0 1 100001100 1100001 1001101

Color Harmonies of #C18CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18CFD

Black with #C18CFD

Text Example


Text Example

White with #C18CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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