Html Css Color HEX #C085DD Wisteria

📋 copy color: '#C085DD'

red 192 ◦ green 133 ◦ blue 221

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

Shades of Wisteria #C085DD

Tints of Wisteria #C085DD

RGB

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

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

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

R = 35.16%
G = 24.36%
B = 40.48%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C085DD (or 0xC085DD) is known color: Wisteria. HEX triplet: C0, 85 and DD. RGB value is (192,133,221). Sum of RGB (Red+Green+Blue) = 192+133+221=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #C085DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085DD is #3F7A22. Grayscale: #A0A0A0. Windows color (decimal): -4160035 or 14517696. OLE color: 14517696.

HSL color Cylindrical-coordinate representation of color #C085DD: hue angle of 280.23º 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 #C085DD is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 133 221 -
CMYK 0.13 0.40 0 0.13
HSL 280.23º 0.56% 0.69% -
HSV(B) 280.23º 0.4% 0.87% -
XYZ 43.18 33.2 72.54 -
YUV 160.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 192 133 221 0.13 0.40 0 0.13 280.23 0.56 0.69
Hex C0 85 DD D 28 0 D 118 38 45
Octal 300 205 335 15 50 0 15 430 70 105
Binary 11000000 10000101 11011101 1101 101000 0 1101 100011000 111000 1000101

Color Harmonies of #C085DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C085DD

Black with #C085DD

Text Example


Text Example

White with #C085DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C085DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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