Html Css Color HEX #C382F0 Wisteria

📋 copy color: '#C382F0'

red 195 ◦ green 130 ◦ blue 240

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

Shades of Wisteria #C382F0

Tints of Wisteria #C382F0

RGB

 RED value IS 195 (76.56% from 255) = 34.51%

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

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

R = 34.51%
G = 23.01%
B = 42.48%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C382F0 (or 0xC382F0) is known color: Wisteria. HEX triplet: C3, 82 and F0. RGB value is (195,130,240). Sum of RGB (Red+Green+Blue) = 195+130+240=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #C382F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C382F0 is #3C7D0F. Grayscale: #A1A1A1. Windows color (decimal): -3964176 or 15762115. OLE color: 15762115.

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

Color convert

RGB 195 130 240 -
CMYK 0.19 0.46 0 0.06
HSL 275.45º 0.79% 0.73% -
HSV(B) 275.45º 0.46% 0.94% -
XYZ 46.22 33.86 86.54 -
YUV 161.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 195 130 240 0.19 0.46 0 0.06 275.45 0.79 0.73
Hex C3 82 F0 13 2E 0 6 113 4F 49
Octal 303 202 360 23 56 0 6 423 117 111
Binary 11000011 10000010 11110000 10011 101110 0 110 100010011 1001111 1001001

Color Harmonies of #C382F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C382F0

Black with #C382F0

Text Example


Text Example

White with #C382F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C382F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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