Html Css Color HEX #C192EE Wisteria

📋 copy color: '#C192EE'

red 193 ◦ green 146 ◦ blue 238

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

Shades of Wisteria #C192EE

Tints of Wisteria #C192EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.25%

R = 33.45%
G = 25.3%
B = 41.25%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C192EE (or 0xC192EE) is known color: Wisteria. HEX triplet: C1, 92 and EE. RGB value is (193,146,238). Sum of RGB (Red+Green+Blue) = 193+146+238=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #C192EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C192EE is #3E6D11. Grayscale: #AAAAAA. Windows color (decimal): -4091154 or 15635137. OLE color: 15635137.

HSL color Cylindrical-coordinate representation of color #C192EE: hue angle of 270.65º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C192EE is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 146 238 -
CMYK 0.19 0.39 0 0.07
HSL 270.65º 0.73% 0.75% -
HSV(B) 270.65º 0.39% 0.93% -
XYZ 47.7 38.07 85.72 -
YUV 170.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 193 146 238 0.19 0.39 0 0.07 270.65 0.73 0.75
Hex C1 92 EE 13 27 0 7 10F 49 4B
Octal 301 222 356 23 47 0 7 417 111 113
Binary 11000001 10010010 11101110 10011 100111 0 111 100001111 1001001 1001011

Color Harmonies of #C192EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192EE

Black with #C192EE

Text Example


Text Example

White with #C192EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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