Html Css Color HEX #C085D1 Wisteria

📋 copy color: '#C085D1'

red 192 ◦ green 133 ◦ blue 209

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

Shades of Wisteria #C085D1

Tints of Wisteria #C085D1

RGB

 RED value IS 192 (75.39% from 255) = 35.96%

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

 BLUE value IS 209 (82.03% from 255) = 39.14%

R = 35.96%
G = 24.91%
B = 39.14%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C085D1 (or 0xC085D1) is known color: Wisteria. HEX triplet: C0, 85 and D1. RGB value is (192,133,209). Sum of RGB (Red+Green+Blue) = 192+133+209=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #C085D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085D1 is #3F7A2E. Grayscale: #9F9F9F. Windows color (decimal): -4160047 or 13731264. OLE color: 13731264.

HSL color Cylindrical-coordinate representation of color #C085D1: hue angle of 286.58º degrees, saturation: 0.45, 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 #C085D1 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 133 209 -
CMYK 0.08 0.36 0 0.18
HSL 286.58º 0.45% 0.67% -
HSV(B) 286.58º 0.36% 0.82% -
XYZ 41.63 32.58 64.42 -
YUV 159.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 192 133 209 0.08 0.36 0 0.18 286.58 0.45 0.67
Hex C0 85 D1 8 24 0 12 11F 2D 43
Octal 300 205 321 10 44 0 22 437 55 103
Binary 11000000 10000101 11010001 1000 100100 0 10010 100011111 101101 1000011

Color Harmonies of #C085D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C085D1

Black with #C085D1

Text Example


Text Example

White with #C085D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C085D1; }

 p { color: rgb(192,133,209); }

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

background-color css

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

 a { background-color: rgb(192,133,209); }

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

border-color css

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

 span { border-color: rgb(192,133,209); }

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