Html Css Color HEX #C39CD2 Wisteria

📋 copy color: '#C39CD2'

red 195 ◦ green 156 ◦ blue 210

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

Shades of Wisteria #C39CD2

Tints of Wisteria #C39CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.43%

R = 34.76%
G = 27.81%
B = 37.43%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C39CD2 (or 0xC39CD2) is known color: Wisteria. HEX triplet: C3, 9C and D2. RGB value is (195,156,210). Sum of RGB (Red+Green+Blue) = 195+156+210=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 210 - color contains mainly: blue. Hex color #C39CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39CD2 is #3C632D. Grayscale: #ADADAD. Windows color (decimal): -3957550 or 13802691. OLE color: 13802691.

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

Color convert

RGB 195 156 210 -
CMYK 0.07 0.26 0 0.18
HSL 283.33º 0.38% 0.72% -
HSV(B) 283.33º 0.26% 0.82% -
XYZ 46.03 40.03 66.27 -
YUV 173.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 195 156 210 0.07 0.26 0 0.18 283.33 0.38 0.72
Hex C3 9C D2 7 1A 0 12 11B 26 48
Octal 303 234 322 7 32 0 22 433 46 110
Binary 11000011 10011100 11010010 111 11010 0 10010 100011011 100110 1001000

Color Harmonies of #C39CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39CD2

Black with #C39CD2

Text Example


Text Example

White with #C39CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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