Html Css Color HEX #C39ED0 Wisteria

📋 copy color: '#C39ED0'

red 195 ◦ green 158 ◦ blue 208

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

Shades of Wisteria #C39ED0

Tints of Wisteria #C39ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.08%

R = 34.76%
G = 28.16%
B = 37.08%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C39ED0 (or 0xC39ED0) is known color: Wisteria. HEX triplet: C3, 9E and D0. RGB value is (195,158,208). Sum of RGB (Red+Green+Blue) = 195+158+208=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #C39ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39ED0 is #3C612F. Grayscale: #AEAEAE. Windows color (decimal): -3957040 or 13672131. OLE color: 13672131.

HSL color Cylindrical-coordinate representation of color #C39ED0: hue angle of 284.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C39ED0 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 158 208 -
CMYK 0.06 0.24 0 0.18
HSL 284.4º 0.35% 0.72% -
HSV(B) 284.4º 0.24% 0.82% -
XYZ 46.12 40.61 65.08 -
YUV 174.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 195 158 208 0.06 0.24 0 0.18 284.4 0.35 0.72
Hex C3 9E D0 6 18 0 12 11C 23 48
Octal 303 236 320 6 30 0 22 434 43 110
Binary 11000011 10011110 11010000 110 11000 0 10010 100011100 100011 1001000

Color Harmonies of #C39ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39ED0

Black with #C39ED0

Text Example


Text Example

White with #C39ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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