Html Css Color HEX #C68EDC Wisteria

📋 copy color: '#C68EDC'

red 198 ◦ green 142 ◦ blue 220

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

Shades of Wisteria #C68EDC

Tints of Wisteria #C68EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.36%

 BLUE value IS 220 (86.33% from 255) = 39.29%

R = 35.36%
G = 25.36%
B = 39.29%

CMYK

 C value IS 0.1

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C68EDC (or 0xC68EDC) is known color: Wisteria. HEX triplet: C6, 8E and DC. RGB value is (198,142,220). Sum of RGB (Red+Green+Blue) = 198+142+220=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #C68EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68EDC is #397123. Grayscale: #A7A7A7. Windows color (decimal): -3764516 or 14454470. OLE color: 14454470.

HSL color Cylindrical-coordinate representation of color #C68EDC: hue angle of 283.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68EDC is Cyan = 0.1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 142 220 -
CMYK 0.1 0.35 0 0.14
HSL 283.08º 0.53% 0.71% -
HSV(B) 283.08º 0.35% 0.86% -
XYZ 45.88 36.52 72.34 -
YUV 167.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 198 142 220 0.1 0.35 0 0.14 283.08 0.53 0.71
Hex C6 8E DC A 23 0 E 11B 35 47
Octal 306 216 334 12 43 0 16 433 65 107
Binary 11000110 10001110 11011100 1010 100011 0 1110 100011011 110101 1000111

Color Harmonies of #C68EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68EDC

Black with #C68EDC

Text Example


Text Example

White with #C68EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68EDC; }

 p { color: rgb(198,142,220); }

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

background-color css

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

 a { background-color: rgb(198,142,220); }

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

border-color css

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

 span { border-color: rgb(198,142,220); }

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