Html Css Color HEX #C381EE Wisteria

📋 copy color: '#C381EE'

red 195 ◦ green 129 ◦ blue 238

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

Shades of Wisteria #C381EE

Tints of Wisteria #C381EE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.95%

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

R = 34.7%
G = 22.95%
B = 42.35%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C381EE (or 0xC381EE) is known color: Wisteria. HEX triplet: C3, 81 and EE. RGB value is (195,129,238). Sum of RGB (Red+Green+Blue) = 195+129+238=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #C381EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C381EE is #3C7E11. Grayscale: #A0A0A0. Windows color (decimal): -3964434 or 15630787. OLE color: 15630787.

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

Color convert

RGB 195 129 238 -
CMYK 0.18 0.46 0 0.07
HSL 276.33º 0.76% 0.72% -
HSV(B) 276.33º 0.46% 0.93% -
XYZ 45.79 33.48 84.94 -
YUV 161.16 171.37 152.14 -
System Red Green Blue C M Y K H S L
Decimal 195 129 238 0.18 0.46 0 0.07 276.33 0.76 0.72
Hex C3 81 EE 12 2E 0 7 114 4C 48
Octal 303 201 356 22 56 0 7 424 114 110
Binary 11000011 10000001 11101110 10010 101110 0 111 100010100 1001100 1001000

Color Harmonies of #C381EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C381EE

Black with #C381EE

Text Example


Text Example

White with #C381EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C381EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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