Html Css Color HEX #C693E2 Wisteria

📋 copy color: '#C693E2'

red 198 ◦ green 147 ◦ blue 226

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

Shades of Wisteria #C693E2

Tints of Wisteria #C693E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.58%

R = 34.68%
G = 25.74%
B = 39.58%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C693E2 (or 0xC693E2) is known color: Wisteria. HEX triplet: C6, 93 and E2. RGB value is (198,147,226). Sum of RGB (Red+Green+Blue) = 198+147+226=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 226 - color contains mainly: blue. Hex color #C693E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693E2 is #396C1D. Grayscale: #AAAAAA. Windows color (decimal): -3763230 or 14848966. OLE color: 14848966.

HSL color Cylindrical-coordinate representation of color #C693E2: hue angle of 278.73º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C693E2 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 198 147 226 -
CMYK 0.12 0.35 0 0.11
HSL 278.73º 0.58% 0.73% -
HSV(B) 278.73º 0.35% 0.89% -
XYZ 47.45 38.36 76.86 -
YUV 171.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 198 147 226 0.12 0.35 0 0.11 278.73 0.58 0.73
Hex C6 93 E2 C 23 0 B 117 3A 49
Octal 306 223 342 14 43 0 13 427 72 111
Binary 11000110 10010011 11100010 1100 100011 0 1011 100010111 111010 1001001

Color Harmonies of #C693E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693E2

Black with #C693E2

Text Example


Text Example

White with #C693E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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