Html Css Color HEX #C182F0 Wisteria

📋 copy color: '#C182F0'

red 193 ◦ green 130 ◦ blue 240

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

Shades of Wisteria #C182F0

Tints of Wisteria #C182F0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.09%

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

R = 34.28%
G = 23.09%
B = 42.63%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C182F0 (or 0xC182F0) is known color: Wisteria. HEX triplet: C1, 82 and F0. RGB value is (193,130,240). Sum of RGB (Red+Green+Blue) = 193+130+240=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #C182F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C182F0 is #3E7D0F. Grayscale: #A1A1A1. Windows color (decimal): -4095248 or 15762113. OLE color: 15762113.

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

Color convert

RGB 193 130 240 -
CMYK 0.20 0.46 0 0.06
HSL 274.36º 0.79% 0.73% -
HSV(B) 274.36º 0.46% 0.94% -
XYZ 45.7 33.59 86.51 -
YUV 161.38 172.37 150.56 -
System Red Green Blue C M Y K H S L
Decimal 193 130 240 0.20 0.46 0 0.06 274.36 0.79 0.73
Hex C1 82 F0 14 2E 0 6 112 4F 49
Octal 301 202 360 24 56 0 6 422 117 111
Binary 11000001 10000010 11110000 10100 101110 0 110 100010010 1001111 1001001

Color Harmonies of #C182F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C182F0

Black with #C182F0

Text Example


Text Example

White with #C182F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C182F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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