Html Css Color HEX #C39CDC Wisteria

📋 copy color: '#C39CDC'

red 195 ◦ green 156 ◦ blue 220

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

Shades of Wisteria #C39CDC

Tints of Wisteria #C39CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.32%

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

R = 34.15%
G = 27.32%
B = 38.53%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C39CDC (or 0xC39CDC) is known color: Wisteria. HEX triplet: C3, 9C and DC. RGB value is (195,156,220). Sum of RGB (Red+Green+Blue) = 195+156+220=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #C39CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39CDC is #3C6323. Grayscale: #AEAEAE. Windows color (decimal): -3957540 or 14458051. OLE color: 14458051.

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

Color convert

RGB 195 156 220 -
CMYK 0.11 0.29 0 0.14
HSL 276.56º 0.48% 0.74% -
HSV(B) 276.56º 0.29% 0.86% -
XYZ 47.31 40.55 73.04 -
YUV 174.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 195 156 220 0.11 0.29 0 0.14 276.56 0.48 0.74
Hex C3 9C DC B 1D 0 E 115 30 4A
Octal 303 234 334 13 35 0 16 425 60 112
Binary 11000011 10011100 11011100 1011 11101 0 1110 100010101 110000 1001010

Color Harmonies of #C39CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39CDC

Black with #C39CDC

Text Example


Text Example

White with #C39CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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