Html Css Color HEX #C385D0 Wisteria

📋 copy color: '#C385D0'

red 195 ◦ green 133 ◦ blue 208

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

Shades of Wisteria #C385D0

Tints of Wisteria #C385D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.81%

R = 36.38%
G = 24.81%
B = 38.81%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C385D0 (or 0xC385D0) is known color: Wisteria. HEX triplet: C3, 85 and D0. RGB value is (195,133,208). Sum of RGB (Red+Green+Blue) = 195+133+208=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #C385D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385D0 is #3C7A2F. Grayscale: #9F9F9F. Windows color (decimal): -3963440 or 13665731. OLE color: 13665731.

HSL color Cylindrical-coordinate representation of color #C385D0: hue angle of 289.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C385D0 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 133 208 -
CMYK 0.06 0.36 0 0.18
HSL 289.6º 0.44% 0.67% -
HSV(B) 289.6º 0.36% 0.82% -
XYZ 42.28 32.93 63.8 -
YUV 160.09 155.04 152.9 -
System Red Green Blue C M Y K H S L
Decimal 195 133 208 0.06 0.36 0 0.18 289.6 0.44 0.67
Hex C3 85 D0 6 24 0 12 122 2C 43
Octal 303 205 320 6 44 0 22 442 54 103
Binary 11000011 10000101 11010000 110 100100 0 10010 100100010 101100 1000011

Color Harmonies of #C385D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385D0

Black with #C385D0

Text Example


Text Example

White with #C385D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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