Html Css Color HEX #C685D1 Wisteria

📋 copy color: '#C685D1'

red 198 ◦ green 133 ◦ blue 209

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

Shades of Wisteria #C685D1

Tints of Wisteria #C685D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.7%

R = 36.67%
G = 24.63%
B = 38.7%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C685D1 (or 0xC685D1) is known color: Wisteria. HEX triplet: C6, 85 and D1. RGB value is (198,133,209). Sum of RGB (Red+Green+Blue) = 198+133+209=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #C685D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685D1 is #397A2E. Grayscale: #A0A0A0. Windows color (decimal): -3766831 or 13731270. OLE color: 13731270.

HSL color Cylindrical-coordinate representation of color #C685D1: hue angle of 291.32º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C685D1 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 133 209 -
CMYK 0.05 0.36 0 0.18
HSL 291.32º 0.45% 0.67% -
HSV(B) 291.32º 0.36% 0.82% -
XYZ 43.18 33.38 64.49 -
YUV 161.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 198 133 209 0.05 0.36 0 0.18 291.32 0.45 0.67
Hex C6 85 D1 5 24 0 12 123 2D 43
Octal 306 205 321 5 44 0 22 443 55 103
Binary 11000110 10000101 11010001 101 100100 0 10010 100100011 101101 1000011

Color Harmonies of #C685D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685D1

Black with #C685D1

Text Example


Text Example

White with #C685D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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