Html Css Color HEX #C680DE Wisteria

📋 copy color: '#C680DE'

red 198 ◦ green 128 ◦ blue 222

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

Shades of Wisteria #C680DE

Tints of Wisteria #C680DE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.36%

 BLUE value IS 222 (87.11% from 255) = 40.51%

R = 36.13%
G = 23.36%
B = 40.51%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C680DE (or 0xC680DE) is known color: Wisteria. HEX triplet: C6, 80 and DE. RGB value is (198,128,222). Sum of RGB (Red+Green+Blue) = 198+128+222=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #C680DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680DE is #397F21. Grayscale: #9F9F9F. Windows color (decimal): -3768098 or 14581958. OLE color: 14581958.

HSL color Cylindrical-coordinate representation of color #C680DE: hue angle of 284.68º degrees, saturation: 0.59, 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 #C680DE is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 128 222 -
CMYK 0.11 0.42 0 0.13
HSL 284.68º 0.59% 0.69% -
HSV(B) 284.68º 0.42% 0.87% -
XYZ 44.19 32.72 73.09 -
YUV 159.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 198 128 222 0.11 0.42 0 0.13 284.68 0.59 0.69
Hex C6 80 DE B 2A 0 D 11D 3B 45
Octal 306 200 336 13 52 0 15 435 73 105
Binary 11000110 10000000 11011110 1011 101010 0 1101 100011101 111011 1000101

Color Harmonies of #C680DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680DE

Black with #C680DE

Text Example


Text Example

White with #C680DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680DE; }

 p { color: rgb(198,128,222); }

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

background-color css

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

 a { background-color: rgb(198,128,222); }

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

border-color css

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

 span { border-color: rgb(198,128,222); }

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