Html Css Color HEX #C39EDC Wisteria

📋 copy color: '#C39EDC'

red 195 ◦ green 158 ◦ blue 220

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

Shades of Wisteria #C39EDC

Tints of Wisteria #C39EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.57%

 BLUE value IS 220 (86.33% from 255) = 38.39%

R = 34.03%
G = 27.57%
B = 38.39%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C39EDC (or 0xC39EDC) is known color: Wisteria. HEX triplet: C3, 9E and DC. RGB value is (195,158,220). Sum of RGB (Red+Green+Blue) = 195+158+220=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #C39EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39EDC is #3C6123. Grayscale: #AFAFAF. Windows color (decimal): -3957028 or 14458563. OLE color: 14458563.

HSL color Cylindrical-coordinate representation of color #C39EDC: hue angle of 275.81º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C39EDC is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 158 220 -
CMYK 0.11 0.28 0 0.14
HSL 275.81º 0.47% 0.74% -
HSV(B) 275.81º 0.28% 0.86% -
XYZ 47.65 41.22 73.16 -
YUV 176.13 152.76 141.46 -
System Red Green Blue C M Y K H S L
Decimal 195 158 220 0.11 0.28 0 0.14 275.81 0.47 0.74
Hex C3 9E DC B 1C 0 E 114 2F 4A
Octal 303 236 334 13 34 0 16 424 57 112
Binary 11000011 10011110 11011100 1011 11100 0 1110 100010100 101111 1001010

Color Harmonies of #C39EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39EDC

Black with #C39EDC

Text Example


Text Example

White with #C39EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39EDC; }

 p { color: rgb(195,158,220); }

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

background-color css

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

 a { background-color: rgb(195,158,220); }

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

border-color css

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

 span { border-color: rgb(195,158,220); }

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