Html Css Color HEX #C684DE Wisteria

📋 copy color: '#C684DE'

red 198 ◦ green 132 ◦ blue 222

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

Shades of Wisteria #C684DE

Tints of Wisteria #C684DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 35.87%
G = 23.91%
B = 40.22%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C684DE (or 0xC684DE) is known color: Wisteria. HEX triplet: C6, 84 and DE. RGB value is (198,132,222). Sum of RGB (Red+Green+Blue) = 198+132+222=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #C684DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684DE is #397B21. Grayscale: #A1A1A1. Windows color (decimal): -3767074 or 14582982. OLE color: 14582982.

HSL color Cylindrical-coordinate representation of color #C684DE: hue angle of 284º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C684DE is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 132 222 -
CMYK 0.11 0.41 0 0.13
HSL 284º 0.58% 0.69% -
HSV(B) 284º 0.41% 0.87% -
XYZ 44.72 33.78 73.27 -
YUV 161.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 198 132 222 0.11 0.41 0 0.13 284 0.58 0.69
Hex C6 84 DE B 29 0 D 11C 3A 45
Octal 306 204 336 13 51 0 15 434 72 105
Binary 11000110 10000100 11011110 1011 101001 0 1101 100011100 111010 1000101

Color Harmonies of #C684DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C684DE

Black with #C684DE

Text Example


Text Example

White with #C684DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C684DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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