Html Css Color HEX #C393CE Wisteria

📋 copy color: '#C393CE'

red 195 ◦ green 147 ◦ blue 206

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

Shades of Wisteria #C393CE

Tints of Wisteria #C393CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.82%

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

R = 35.58%
G = 26.82%
B = 37.59%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C393CE (or 0xC393CE) is known color: Wisteria. HEX triplet: C3, 93 and CE. RGB value is (195,147,206). Sum of RGB (Red+Green+Blue) = 195+147+206=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #C393CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393CE is #3C6C31. Grayscale: #A7A7A7. Windows color (decimal): -3959858 or 13538243. OLE color: 13538243.

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

Color convert

RGB 195 147 206 -
CMYK 0.05 0.29 0 0.19
HSL 288.81º 0.38% 0.69% -
HSV(B) 288.81º 0.29% 0.81% -
XYZ 44.08 36.93 63.2 -
YUV 168.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 195 147 206 0.05 0.29 0 0.19 288.81 0.38 0.69
Hex C3 93 CE 5 1D 0 13 121 26 45
Octal 303 223 316 5 35 0 23 441 46 105
Binary 11000011 10010011 11001110 101 11101 0 10011 100100001 100110 1000101

Color Harmonies of #C393CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393CE

Black with #C393CE

Text Example


Text Example

White with #C393CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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