Html Css Color HEX #C685DF Wisteria

📋 copy color: '#C685DF'

red 198 ◦ green 133 ◦ blue 223

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

Shades of Wisteria #C685DF

Tints of Wisteria #C685DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 35.74%
G = 24.01%
B = 40.25%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C685DF (or 0xC685DF) is known color: Wisteria. HEX triplet: C6, 85 and DF. RGB value is (198,133,223). Sum of RGB (Red+Green+Blue) = 198+133+223=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #C685DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685DF is #397A20. Grayscale: #A2A2A2. Windows color (decimal): -3766817 or 14648774. OLE color: 14648774.

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

Color convert

RGB 198 133 223 -
CMYK 0.11 0.40 0 0.13
HSL 283.33º 0.58% 0.7% -
HSV(B) 283.33º 0.4% 0.87% -
XYZ 45 34.11 74.02 -
YUV 162.7 162.03 153.18 -
System Red Green Blue C M Y K H S L
Decimal 198 133 223 0.11 0.40 0 0.13 283.33 0.58 0.7
Hex C6 85 DF B 28 0 D 11B 3A 46
Octal 306 205 337 13 50 0 15 433 72 106
Binary 11000110 10000101 11011111 1011 101000 0 1101 100011011 111010 1000110

Color Harmonies of #C685DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685DF

Black with #C685DF

Text Example


Text Example

White with #C685DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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