Html Css Color HEX #C084D9 Wisteria

📋 copy color: '#C084D9'

red 192 ◦ green 132 ◦ blue 217

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

Shades of Wisteria #C084D9

Tints of Wisteria #C084D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.11%

R = 35.49%
G = 24.4%
B = 40.11%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C084D9 (or 0xC084D9) is known color: Wisteria. HEX triplet: C0, 84 and D9. RGB value is (192,132,217). Sum of RGB (Red+Green+Blue) = 192+132+217=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #C084D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084D9 is #3F7B26. Grayscale: #9F9F9F. Windows color (decimal): -4160295 or 14255296. OLE color: 14255296.

HSL color Cylindrical-coordinate representation of color #C084D9: hue angle of 282.35º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C084D9 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 132 217 -
CMYK 0.12 0.39 0 0.15
HSL 282.35º 0.53% 0.68% -
HSV(B) 282.35º 0.39% 0.85% -
XYZ 42.51 32.72 69.72 -
YUV 159.63 160.38 151.09 -
System Red Green Blue C M Y K H S L
Decimal 192 132 217 0.12 0.39 0 0.15 282.35 0.53 0.68
Hex C0 84 D9 C 27 0 F 11A 35 44
Octal 300 204 331 14 47 0 17 432 65 104
Binary 11000000 10000100 11011001 1100 100111 0 1111 100011010 110101 1000100

Color Harmonies of #C084D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C084D9

Black with #C084D9

Text Example


Text Example

White with #C084D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C084D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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