Html Css Color HEX #C382EE Wisteria

📋 copy color: '#C382EE'

red 195 ◦ green 130 ◦ blue 238

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

Shades of Wisteria #C382EE

Tints of Wisteria #C382EE

RGB

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

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

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

R = 34.64%
G = 23.09%
B = 42.27%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C382EE (or 0xC382EE) is known color: Wisteria. HEX triplet: C3, 82 and EE. RGB value is (195,130,238). Sum of RGB (Red+Green+Blue) = 195+130+238=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #C382EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C382EE is #3C7D11. Grayscale: #A1A1A1. Windows color (decimal): -3964178 or 15631043. OLE color: 15631043.

HSL color Cylindrical-coordinate representation of color #C382EE: hue angle of 276.11º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C382EE is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 130 238 -
CMYK 0.18 0.45 0 0.07
HSL 276.11º 0.76% 0.72% -
HSV(B) 276.11º 0.45% 0.93% -
XYZ 45.92 33.74 84.98 -
YUV 161.75 171.03 151.72 -
System Red Green Blue C M Y K H S L
Decimal 195 130 238 0.18 0.45 0 0.07 276.11 0.76 0.72
Hex C3 82 EE 12 2D 0 7 114 4C 48
Octal 303 202 356 22 55 0 7 424 114 110
Binary 11000011 10000010 11101110 10010 101101 0 111 100010100 1001100 1001000

Color Harmonies of #C382EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C382EE

Black with #C382EE

Text Example


Text Example

White with #C382EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C382EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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