Html Css Color HEX #C385DD Wisteria

📋 copy color: '#C385DD'

red 195 ◦ green 133 ◦ blue 221

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

Shades of Wisteria #C385DD

Tints of Wisteria #C385DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.23%

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

R = 35.52%
G = 24.23%
B = 40.26%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C385DD (or 0xC385DD) is known color: Wisteria. HEX triplet: C3, 85 and DD. RGB value is (195,133,221). Sum of RGB (Red+Green+Blue) = 195+133+221=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #C385DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385DD is #3C7A22. Grayscale: #A1A1A1. Windows color (decimal): -3963427 or 14517699. OLE color: 14517699.

HSL color Cylindrical-coordinate representation of color #C385DD: hue angle of 282.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C385DD is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 133 221 -
CMYK 0.12 0.40 0 0.13
HSL 282.27º 0.56% 0.69% -
HSV(B) 282.27º 0.4% 0.87% -
XYZ 43.94 33.6 72.58 -
YUV 161.57 161.54 151.84 -
System Red Green Blue C M Y K H S L
Decimal 195 133 221 0.12 0.40 0 0.13 282.27 0.56 0.69
Hex C3 85 DD C 28 0 D 11A 38 45
Octal 303 205 335 14 50 0 15 432 70 105
Binary 11000011 10000101 11011101 1100 101000 0 1101 100011010 111000 1000101

Color Harmonies of #C385DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385DD

Black with #C385DD

Text Example


Text Example

White with #C385DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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