Html Css Color HEX #C686F0 Wisteria

📋 copy color: '#C686F0'

red 198 ◦ green 134 ◦ blue 240

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

Shades of Wisteria #C686F0

Tints of Wisteria #C686F0

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.43%

 BLUE value IS 240 (94.14% from 255) = 41.96%

R = 34.62%
G = 23.43%
B = 41.96%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C686F0 (or 0xC686F0) is known color: Wisteria. HEX triplet: C6, 86 and F0. RGB value is (198,134,240). Sum of RGB (Red+Green+Blue) = 198+134+240=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #C686F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C686F0 is #39790F. Grayscale: #A4A4A4. Windows color (decimal): -3766544 or 15763142. OLE color: 15763142.

HSL color Cylindrical-coordinate representation of color #C686F0: hue angle of 276.23º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C686F0 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 134 240 -
CMYK 0.18 0.44 0 0.06
HSL 276.23º 0.78% 0.73% -
HSV(B) 276.23º 0.44% 0.94% -
XYZ 47.54 35.35 86.76 -
YUV 165.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 198 134 240 0.18 0.44 0 0.06 276.23 0.78 0.73
Hex C6 86 F0 12 2C 0 6 114 4E 49
Octal 306 206 360 22 54 0 6 424 116 111
Binary 11000110 10000110 11110000 10010 101100 0 110 100010100 1001110 1001001

Color Harmonies of #C686F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C686F0

Black with #C686F0

Text Example


Text Example

White with #C686F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C686F0; }

 p { color: rgb(198,134,240); }

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

background-color css

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

 a { background-color: rgb(198,134,240); }

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

border-color css

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

 span { border-color: rgb(198,134,240); }

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