Html Css Color HEX #C693DC Wisteria

📋 copy color: '#C693DC'

red 198 ◦ green 147 ◦ blue 220

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

Shades of Wisteria #C693DC

Tints of Wisteria #C693DC

RGB

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

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

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

R = 35.04%
G = 26.02%
B = 38.94%

CMYK

 C value IS 0.1

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C693DC (or 0xC693DC) is known color: Wisteria. HEX triplet: C6, 93 and DC. RGB value is (198,147,220). Sum of RGB (Red+Green+Blue) = 198+147+220=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #C693DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693DC is #396C23. Grayscale: #AAAAAA. Windows color (decimal): -3763236 or 14455750. OLE color: 14455750.

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

Color convert

RGB 198 147 220 -
CMYK 0.1 0.33 0 0.14
HSL 281.92º 0.51% 0.72% -
HSV(B) 281.92º 0.33% 0.86% -
XYZ 46.64 38.04 72.59 -
YUV 170.57 155.9 147.56 -
System Red Green Blue C M Y K H S L
Decimal 198 147 220 0.1 0.33 0 0.14 281.92 0.51 0.72
Hex C6 93 DC A 21 0 E 11A 33 48
Octal 306 223 334 12 41 0 16 432 63 110
Binary 11000110 10010011 11011100 1010 100001 0 1110 100011010 110011 1001000

Color Harmonies of #C693DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693DC

Black with #C693DC

Text Example


Text Example

White with #C693DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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