Html Css Color HEX #C685DC Wisteria

📋 copy color: '#C685DC'

red 198 ◦ green 133 ◦ blue 220

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

Shades of Wisteria #C685DC

Tints of Wisteria #C685DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 35.93%
G = 24.14%
B = 39.93%

CMYK

 C value IS 0.1

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C685DC (or 0xC685DC) is known color: Wisteria. HEX triplet: C6, 85 and DC. RGB value is (198,133,220). Sum of RGB (Red+Green+Blue) = 198+133+220=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #C685DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685DC is #397A23. Grayscale: #A2A2A2. Windows color (decimal): -3766820 or 14452166. OLE color: 14452166.

HSL color Cylindrical-coordinate representation of color #C685DC: hue angle of 284.83º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C685DC is Cyan = 0.1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 133 220 -
CMYK 0.1 0.40 0 0.14
HSL 284.83º 0.55% 0.69% -
HSV(B) 284.83º 0.4% 0.86% -
XYZ 44.59 33.95 71.91 -
YUV 162.35 160.53 153.43 -
System Red Green Blue C M Y K H S L
Decimal 198 133 220 0.1 0.40 0 0.14 284.83 0.55 0.69
Hex C6 85 DC A 28 0 E 11D 37 45
Octal 306 205 334 12 50 0 16 435 67 105
Binary 11000110 10000101 11011100 1010 101000 0 1110 100011101 110111 1000101

Color Harmonies of #C685DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685DC

Black with #C685DC

Text Example


Text Example

White with #C685DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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