Html Css Color HEX #C684ED Wisteria

📋 copy color: '#C684ED'

red 198 ◦ green 132 ◦ blue 237

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

Shades of Wisteria #C684ED

Tints of Wisteria #C684ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.8%

R = 34.92%
G = 23.28%
B = 41.8%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C684ED (or 0xC684ED) is known color: Wisteria. HEX triplet: C6, 84 and ED. RGB value is (198,132,237). Sum of RGB (Red+Green+Blue) = 198+132+237=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #C684ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C684ED is #397B12. Grayscale: #A3A3A3. Windows color (decimal): -3767059 or 15566022. OLE color: 15566022.

HSL color Cylindrical-coordinate representation of color #C684ED: hue angle of 277.71º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C684ED is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 132 237 -
CMYK 0.16 0.44 0 0.07
HSL 277.71º 0.74% 0.72% -
HSV(B) 277.71º 0.44% 0.93% -
XYZ 46.83 34.62 84.34 -
YUV 163.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 198 132 237 0.16 0.44 0 0.07 277.71 0.74 0.72
Hex C6 84 ED 10 2C 0 7 116 4A 48
Octal 306 204 355 20 54 0 7 426 112 110
Binary 11000110 10000100 11101101 10000 101100 0 111 100010110 1001010 1001000

Color Harmonies of #C684ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C684ED

Black with #C684ED

Text Example


Text Example

White with #C684ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C684ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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