Html Css Color HEX #C685DD Wisteria

📋 copy color: '#C685DD'

red 198 ◦ green 133 ◦ blue 221

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

Shades of Wisteria #C685DD

Tints of Wisteria #C685DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 35.87%
G = 24.09%
B = 40.04%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C685DD (or 0xC685DD) is known color: Wisteria. HEX triplet: C6, 85 and DD. RGB value is (198,133,221). Sum of RGB (Red+Green+Blue) = 198+133+221=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #C685DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685DD is #397A22. Grayscale: #A2A2A2. Windows color (decimal): -3766819 or 14517702. OLE color: 14517702.

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

Color convert

RGB 198 133 221 -
CMYK 0.10 0.40 0 0.13
HSL 284.32º 0.56% 0.69% -
HSV(B) 284.32º 0.4% 0.87% -
XYZ 44.73 34 72.61 -
YUV 162.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 198 133 221 0.10 0.40 0 0.13 284.32 0.56 0.69
Hex C6 85 DD A 28 0 D 11C 38 45
Octal 306 205 335 12 50 0 15 434 70 105
Binary 11000110 10000101 11011101 1010 101000 0 1101 100011100 111000 1000101

Color Harmonies of #C685DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685DD

Black with #C685DD

Text Example


Text Example

White with #C685DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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