Html Css Color HEX #C394CE Wisteria

📋 copy color: '#C394CE'

red 195 ◦ green 148 ◦ blue 206

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

Shades of Wisteria #C394CE

Tints of Wisteria #C394CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.52%

R = 35.52%
G = 26.96%
B = 37.52%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C394CE (or 0xC394CE) is known color: Wisteria. HEX triplet: C3, 94 and CE. RGB value is (195,148,206). Sum of RGB (Red+Green+Blue) = 195+148+206=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #C394CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394CE is #3C6B31. Grayscale: #A8A8A8. Windows color (decimal): -3959602 or 13538499. OLE color: 13538499.

HSL color Cylindrical-coordinate representation of color #C394CE: hue angle of 288.62º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C394CE is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 148 206 -
CMYK 0.05 0.28 0 0.19
HSL 288.62º 0.37% 0.69% -
HSV(B) 288.62º 0.28% 0.81% -
XYZ 44.24 37.24 63.25 -
YUV 168.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 195 148 206 0.05 0.28 0 0.19 288.62 0.37 0.69
Hex C3 94 CE 5 1C 0 13 121 25 45
Octal 303 224 316 5 34 0 23 441 45 105
Binary 11000011 10010100 11001110 101 11100 0 10011 100100001 100101 1000101

Color Harmonies of #C394CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394CE

Black with #C394CE

Text Example


Text Example

White with #C394CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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