Html Css Color HEX #C193CF Wisteria

📋 copy color: '#C193CF'

red 193 ◦ green 147 ◦ blue 207

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

Shades of Wisteria #C193CF

Tints of Wisteria #C193CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.87%

 BLUE value IS 207 (81.25% from 255) = 37.84%

R = 35.28%
G = 26.87%
B = 37.84%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C193CF (or 0xC193CF) is known color: Wisteria. HEX triplet: C1, 93 and CF. RGB value is (193,147,207). Sum of RGB (Red+Green+Blue) = 193+147+207=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #C193CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193CF is #3E6C30. Grayscale: #A7A7A7. Windows color (decimal): -4090929 or 13603777. OLE color: 13603777.

HSL color Cylindrical-coordinate representation of color #C193CF: hue angle of 286º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C193CF is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 147 207 -
CMYK 0.07 0.29 0 0.19
HSL 286º 0.38% 0.69% -
HSV(B) 286º 0.29% 0.81% -
XYZ 43.69 36.71 63.81 -
YUV 167.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 193 147 207 0.07 0.29 0 0.19 286 0.38 0.69
Hex C1 93 CF 7 1D 0 13 11E 26 45
Octal 301 223 317 7 35 0 23 436 46 105
Binary 11000001 10010011 11001111 111 11101 0 10011 100011110 100110 1000101

Color Harmonies of #C193CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193CF

Black with #C193CF

Text Example


Text Example

White with #C193CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193CF; }

 p { color: rgb(193,147,207); }

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

background-color css

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

 a { background-color: rgb(193,147,207); }

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

border-color css

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

 span { border-color: rgb(193,147,207); }

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