Html Css Color HEX #C685EC Wisteria

📋 copy color: '#C685EC'

red 198 ◦ green 133 ◦ blue 236

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

Shades of Wisteria #C685EC

Tints of Wisteria #C685EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.46%

 BLUE value IS 236 (92.58% from 255) = 41.62%

R = 34.92%
G = 23.46%
B = 41.62%

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

#C685EC (or 0xC685EC) is known color: Wisteria. HEX triplet: C6, 85 and EC. RGB value is (198,133,236). Sum of RGB (Red+Green+Blue) = 198+133+236=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #C685EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C685EC is #397A13. Grayscale: #A3A3A3. Windows color (decimal): -3766804 or 15500742. OLE color: 15500742.

HSL color Cylindrical-coordinate representation of color #C685EC: hue angle of 277.86º degrees, saturation: 0.73, 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 #C685EC is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 133 236 -
CMYK 0.16 0.44 0 0.07
HSL 277.86º 0.73% 0.72% -
HSV(B) 277.86º 0.44% 0.93% -
XYZ 46.82 34.84 83.61 -
YUV 164.18 168.53 152.12 -
System Red Green Blue C M Y K H S L
Decimal 198 133 236 0.16 0.44 0 0.07 277.86 0.73 0.72
Hex C6 85 EC 10 2C 0 7 116 49 48
Octal 306 205 354 20 54 0 7 426 111 110
Binary 11000110 10000101 11101100 10000 101100 0 111 100010110 1001001 1001000

Color Harmonies of #C685EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685EC

Black with #C685EC

Text Example


Text Example

White with #C685EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685EC; }

 p { color: rgb(198,133,236); }

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

background-color css

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

 a { background-color: rgb(198,133,236); }

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

border-color css

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

 span { border-color: rgb(198,133,236); }

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