Html Css Color HEX #C693EC Wisteria

📋 copy color: '#C693EC'

red 198 ◦ green 147 ◦ blue 236

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

Shades of Wisteria #C693EC

Tints of Wisteria #C693EC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.3%

 BLUE value IS 236 (92.58% from 255) = 40.62%

R = 34.08%
G = 25.3%
B = 40.62%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C693EC (or 0xC693EC) is known color: Wisteria. HEX triplet: C6, 93 and EC. RGB value is (198,147,236). Sum of RGB (Red+Green+Blue) = 198+147+236=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #C693EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C693EC is #396C13. Grayscale: #ACACAC. Windows color (decimal): -3763220 or 15504326. OLE color: 15504326.

HSL color Cylindrical-coordinate representation of color #C693EC: hue angle of 274.38º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C693EC is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 147 236 -
CMYK 0.16 0.38 0 0.07
HSL 274.38º 0.7% 0.75% -
HSV(B) 274.38º 0.38% 0.93% -
XYZ 48.86 38.93 84.3 -
YUV 172.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 198 147 236 0.16 0.38 0 0.07 274.38 0.7 0.75
Hex C6 93 EC 10 26 0 7 112 46 4B
Octal 306 223 354 20 46 0 7 422 106 113
Binary 11000110 10010011 11101100 10000 100110 0 111 100010010 1000110 1001011

Color Harmonies of #C693EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693EC

Black with #C693EC

Text Example


Text Example

White with #C693EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693EC; }

 p { color: rgb(198,147,236); }

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

background-color css

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

 a { background-color: rgb(198,147,236); }

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

border-color css

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

 span { border-color: rgb(198,147,236); }

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