Html Css Color HEX #C684DD Wisteria

📋 copy color: '#C684DD'

red 198 ◦ green 132 ◦ blue 221

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

Shades of Wisteria #C684DD

Tints of Wisteria #C684DD

RGB

 RED value IS 198 (77.73% from 255) = 35.93%

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

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

R = 35.93%
G = 23.96%
B = 40.11%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C684DD (or 0xC684DD) is known color: Wisteria. HEX triplet: C6, 84 and DD. RGB value is (198,132,221). Sum of RGB (Red+Green+Blue) = 198+132+221=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #C684DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684DD is #397B22. Grayscale: #A1A1A1. Windows color (decimal): -3767075 or 14517446. OLE color: 14517446.

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

Color convert

RGB 198 132 221 -
CMYK 0.10 0.40 0 0.13
HSL 284.49º 0.57% 0.69% -
HSV(B) 284.49º 0.4% 0.87% -
XYZ 44.59 33.73 72.57 -
YUV 161.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 198 132 221 0.10 0.40 0 0.13 284.49 0.57 0.69
Hex C6 84 DD A 28 0 D 11C 39 45
Octal 306 204 335 12 50 0 15 434 71 105
Binary 11000110 10000100 11011101 1010 101000 0 1101 100011100 111001 1000101

Color Harmonies of #C684DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C684DD

Black with #C684DD

Text Example


Text Example

White with #C684DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C684DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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