Html Css Color HEX #C084DD Wisteria

📋 copy color: '#C084DD'

red 192 ◦ green 132 ◦ blue 221

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

Shades of Wisteria #C084DD

Tints of Wisteria #C084DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.22%

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

R = 35.23%
G = 24.22%
B = 40.55%

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

#C084DD (or 0xC084DD) is known color: Wisteria. HEX triplet: C0, 84 and DD. RGB value is (192,132,221). Sum of RGB (Red+Green+Blue) = 192+132+221=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #C084DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084DD is #3F7B22. Grayscale: #9F9F9F. Windows color (decimal): -4160291 or 14517440. OLE color: 14517440.

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

Color convert

RGB 192 132 221 -
CMYK 0.13 0.40 0 0.13
HSL 280.45º 0.57% 0.69% -
HSV(B) 280.45º 0.4% 0.87% -
XYZ 43.04 32.93 72.49 -
YUV 160.09 162.38 150.76 -
System Red Green Blue C M Y K H S L
Decimal 192 132 221 0.13 0.40 0 0.13 280.45 0.57 0.69
Hex C0 84 DD D 28 0 D 118 39 45
Octal 300 204 335 15 50 0 15 430 71 105
Binary 11000000 10000100 11011101 1101 101000 0 1101 100011000 111001 1000101

Color Harmonies of #C084DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C084DD

Black with #C084DD

Text Example


Text Example

White with #C084DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C084DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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