Html Css Color HEX #C680E0 Wisteria

📋 copy color: '#C680E0'

red 198 ◦ green 128 ◦ blue 224

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

Shades of Wisteria #C680E0

Tints of Wisteria #C680E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.73%

R = 36%
G = 23.27%
B = 40.73%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C680E0 (or 0xC680E0) is known color: Wisteria. HEX triplet: C6, 80 and E0. RGB value is (198,128,224). Sum of RGB (Red+Green+Blue) = 198+128+224=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #C680E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680E0 is #397F1F. Grayscale: #9F9F9F. Windows color (decimal): -3768096 or 14713030. OLE color: 14713030.

HSL color Cylindrical-coordinate representation of color #C680E0: hue angle of 283.75º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C680E0 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 128 224 -
CMYK 0.12 0.43 0 0.12
HSL 283.75º 0.61% 0.69% -
HSV(B) 283.75º 0.43% 0.88% -
XYZ 44.46 32.83 74.51 -
YUV 159.87 164.19 155.19 -
System Red Green Blue C M Y K H S L
Decimal 198 128 224 0.12 0.43 0 0.12 283.75 0.61 0.69
Hex C6 80 E0 C 2B 0 C 11C 3D 45
Octal 306 200 340 14 53 0 14 434 75 105
Binary 11000110 10000000 11100000 1100 101011 0 1100 100011100 111101 1000101

Color Harmonies of #C680E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680E0

Black with #C680E0

Text Example


Text Example

White with #C680E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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