Html Css Color HEX #C681DD Wisteria

📋 copy color: '#C681DD'

red 198 ◦ green 129 ◦ blue 221

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

Shades of Wisteria #C681DD

Tints of Wisteria #C681DD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.54%

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

R = 36.13%
G = 23.54%
B = 40.33%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C681DD (or 0xC681DD) is known color: Wisteria. HEX triplet: C6, 81 and DD. RGB value is (198,129,221). Sum of RGB (Red+Green+Blue) = 198+129+221=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #C681DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C681DD is #397E22. Grayscale: #9F9F9F. Windows color (decimal): -3767843 or 14516678. OLE color: 14516678.

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

Color convert

RGB 198 129 221 -
CMYK 0.10 0.42 0 0.13
HSL 285º 0.58% 0.69% -
HSV(B) 285º 0.42% 0.87% -
XYZ 44.19 32.93 72.43 -
YUV 160.12 162.36 155.02 -
System Red Green Blue C M Y K H S L
Decimal 198 129 221 0.10 0.42 0 0.13 285 0.58 0.69
Hex C6 81 DD A 2A 0 D 11D 3A 45
Octal 306 201 335 12 52 0 15 435 72 105
Binary 11000110 10000001 11011101 1010 101010 0 1101 100011101 111010 1000101

Color Harmonies of #C681DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C681DD

Black with #C681DD

Text Example


Text Example

White with #C681DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C681DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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