Html Css Color HEX #C085D0 Wisteria

📋 copy color: '#C085D0'

red 192 ◦ green 133 ◦ blue 208

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

Shades of Wisteria #C085D0

Tints of Wisteria #C085D0

RGB

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

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

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

R = 36.02%
G = 24.95%
B = 39.02%

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

#C085D0 (or 0xC085D0) is known color: Wisteria. HEX triplet: C0, 85 and D0. RGB value is (192,133,208). Sum of RGB (Red+Green+Blue) = 192+133+208=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #C085D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085D0 is #3F7A2F. Grayscale: #9E9E9E. Windows color (decimal): -4160048 or 13665728. OLE color: 13665728.

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

Color convert

RGB 192 133 208 -
CMYK 0.08 0.36 0 0.18
HSL 287.2º 0.44% 0.67% -
HSV(B) 287.2º 0.36% 0.82% -
XYZ 41.51 32.54 63.77 -
YUV 159.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 192 133 208 0.08 0.36 0 0.18 287.2 0.44 0.67
Hex C0 85 D0 8 24 0 12 11F 2C 43
Octal 300 205 320 10 44 0 22 437 54 103
Binary 11000000 10000101 11010000 1000 100100 0 10010 100011111 101100 1000011

Color Harmonies of #C085D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C085D0

Black with #C085D0

Text Example


Text Example

White with #C085D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C085D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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