Html Css Color HEX #C382E6 Wisteria

📋 copy color: '#C382E6'

red 195 ◦ green 130 ◦ blue 230

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

Shades of Wisteria #C382E6

Tints of Wisteria #C382E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.44%

R = 35.14%
G = 23.42%
B = 41.44%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C382E6 (or 0xC382E6) is known color: Wisteria. HEX triplet: C3, 82 and E6. RGB value is (195,130,230). Sum of RGB (Red+Green+Blue) = 195+130+230=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #C382E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C382E6 is #3C7D19. Grayscale: #A0A0A0. Windows color (decimal): -3964186 or 15106755. OLE color: 15106755.

HSL color Cylindrical-coordinate representation of color #C382E6: hue angle of 279º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C382E6 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 130 230 -
CMYK 0.15 0.43 0 0.10
HSL 279º 0.67% 0.71% -
HSV(B) 279º 0.43% 0.9% -
XYZ 44.77 33.28 78.93 -
YUV 160.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 195 130 230 0.15 0.43 0 0.10 279 0.67 0.71
Hex C3 82 E6 F 2B 0 A 117 43 47
Octal 303 202 346 17 53 0 12 427 103 107
Binary 11000011 10000010 11100110 1111 101011 0 1010 100010111 1000011 1000111

Color Harmonies of #C382E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C382E6

Black with #C382E6

Text Example


Text Example

White with #C382E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C382E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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