Html Css Color HEX #C394DD Wisteria

📋 copy color: '#C394DD'

red 195 ◦ green 148 ◦ blue 221

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

Shades of Wisteria #C394DD

Tints of Wisteria #C394DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.24%

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 34.57%
G = 26.24%
B = 39.18%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C394DD (or 0xC394DD) is known color: Wisteria. HEX triplet: C3, 94 and DD. RGB value is (195,148,221). Sum of RGB (Red+Green+Blue) = 195+148+221=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #C394DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394DD is #3C6B22. Grayscale: #AAAAAA. Windows color (decimal): -3959587 or 14521539. OLE color: 14521539.

HSL color Cylindrical-coordinate representation of color #C394DD: hue angle of 278.63º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C394DD is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 148 221 -
CMYK 0.12 0.33 0 0.13
HSL 278.63º 0.52% 0.72% -
HSV(B) 278.63º 0.33% 0.87% -
XYZ 46.15 38 73.31 -
YUV 170.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 195 148 221 0.12 0.33 0 0.13 278.63 0.52 0.72
Hex C3 94 DD C 21 0 D 117 34 48
Octal 303 224 335 14 41 0 15 427 64 110
Binary 11000011 10010100 11011101 1100 100001 0 1101 100010111 110100 1001000

Color Harmonies of #C394DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394DD

Black with #C394DD

Text Example


Text Example

White with #C394DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394DD; }

 p { color: rgb(195,148,221); }

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

background-color css

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

 a { background-color: rgb(195,148,221); }

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

border-color css

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

 span { border-color: rgb(195,148,221); }

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