Html Css Color HEX #C18CD4 Wisteria

📋 copy color: '#C18CD4'

red 193 ◦ green 140 ◦ blue 212

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

Shades of Wisteria #C18CD4

Tints of Wisteria #C18CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.9%

R = 35.41%
G = 25.69%
B = 38.9%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C18CD4 (or 0xC18CD4) is known color: Wisteria. HEX triplet: C1, 8C and D4. RGB value is (193,140,212). Sum of RGB (Red+Green+Blue) = 193+140+212=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 212 - color contains mainly: blue. Hex color #C18CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CD4 is #3E732B. Grayscale: #A3A3A3. Windows color (decimal): -4092716 or 13929665. OLE color: 13929665.

HSL color Cylindrical-coordinate representation of color #C18CD4: hue angle of 284.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C18CD4 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 140 212 -
CMYK 0.09 0.34 0 0.17
HSL 284.17º 0.46% 0.69% -
HSV(B) 284.17º 0.34% 0.83% -
XYZ 43.25 34.85 66.73 -
YUV 164.06 155.06 148.65 -
System Red Green Blue C M Y K H S L
Decimal 193 140 212 0.09 0.34 0 0.17 284.17 0.46 0.69
Hex C1 8C D4 9 22 0 11 11C 2E 45
Octal 301 214 324 11 42 0 21 434 56 105
Binary 11000001 10001100 11010100 1001 100010 0 10001 100011100 101110 1000101

Color Harmonies of #C18CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18CD4

Black with #C18CD4

Text Example


Text Example

White with #C18CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18CD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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