Html Css Color HEX #C192F0 Wisteria

📋 copy color: '#C192F0'

red 193 ◦ green 146 ◦ blue 240

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

Shades of Wisteria #C192F0

Tints of Wisteria #C192F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.45%

R = 33.33%
G = 25.22%
B = 41.45%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C192F0 (or 0xC192F0) is known color: Wisteria. HEX triplet: C1, 92 and F0. RGB value is (193,146,240). Sum of RGB (Red+Green+Blue) = 193+146+240=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #C192F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C192F0 is #3E6D0F. Grayscale: #AAAAAA. Windows color (decimal): -4091152 or 15766209. OLE color: 15766209.

HSL color Cylindrical-coordinate representation of color #C192F0: hue angle of 270º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C192F0 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 146 240 -
CMYK 0.20 0.39 0 0.06
HSL 270º 0.76% 0.76% -
HSV(B) 270º 0.39% 0.94% -
XYZ 48 38.19 87.28 -
YUV 170.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 193 146 240 0.20 0.39 0 0.06 270 0.76 0.76
Hex C1 92 F0 14 27 0 6 10E 4C 4C
Octal 301 222 360 24 47 0 6 416 114 114
Binary 11000001 10010010 11110000 10100 100111 0 110 100001110 1001100 1001100

Color Harmonies of #C192F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192F0

Black with #C192F0

Text Example


Text Example

White with #C192F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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