Html Css Color HEX #C192CE Wisteria

📋 copy color: '#C192CE'

red 193 ◦ green 146 ◦ blue 206

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

Shades of Wisteria #C192CE

Tints of Wisteria #C192CE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.79%

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 35.41%
G = 26.79%
B = 37.8%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C192CE (or 0xC192CE) is known color: Wisteria. HEX triplet: C1, 92 and CE. RGB value is (193,146,206). Sum of RGB (Red+Green+Blue) = 193+146+206=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #C192CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192CE is #3E6D31. Grayscale: #A6A6A6. Windows color (decimal): -4091186 or 13537985. OLE color: 13537985.

HSL color Cylindrical-coordinate representation of color #C192CE: hue angle of 287º 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 #C192CE is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 146 206 -
CMYK 0.06 0.29 0 0.19
HSL 287º 0.38% 0.69% -
HSV(B) 287º 0.29% 0.81% -
XYZ 43.41 36.35 63.12 -
YUV 166.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 193 146 206 0.06 0.29 0 0.19 287 0.38 0.69
Hex C1 92 CE 6 1D 0 13 11F 26 45
Octal 301 222 316 6 35 0 23 437 46 105
Binary 11000001 10010010 11001110 110 11101 0 10011 100011111 100110 1000101

Color Harmonies of #C192CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192CE

Black with #C192CE

Text Example


Text Example

White with #C192CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192CE; }

 p { color: rgb(193,146,206); }

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

background-color css

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

 a { background-color: rgb(193,146,206); }

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

border-color css

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

 span { border-color: rgb(193,146,206); }

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