Html Css Color HEX #C393CF Wisteria

📋 copy color: '#C393CF'

red 195 ◦ green 147 ◦ blue 207

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

Shades of Wisteria #C393CF

Tints of Wisteria #C393CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.7%

R = 35.52%
G = 26.78%
B = 37.7%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C393CF (or 0xC393CF) is known color: Wisteria. HEX triplet: C3, 93 and CF. RGB value is (195,147,207). Sum of RGB (Red+Green+Blue) = 195+147+207=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #C393CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393CF is #3C6C30. Grayscale: #A8A8A8. Windows color (decimal): -3959857 or 13603779. OLE color: 13603779.

HSL color Cylindrical-coordinate representation of color #C393CF: hue angle of 288º 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 #C393CF is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 147 207 -
CMYK 0.06 0.29 0 0.19
HSL 288º 0.38% 0.69% -
HSV(B) 288º 0.29% 0.81% -
XYZ 44.2 36.97 63.84 -
YUV 168.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 195 147 207 0.06 0.29 0 0.19 288 0.38 0.69
Hex C3 93 CF 6 1D 0 13 120 26 45
Octal 303 223 317 6 35 0 23 440 46 105
Binary 11000011 10010011 11001111 110 11101 0 10011 100100000 100110 1000101

Color Harmonies of #C393CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393CF

Black with #C393CF

Text Example


Text Example

White with #C393CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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