Html Css Color HEX #C693DD Wisteria

📋 copy color: '#C693DD'

red 198 ◦ green 147 ◦ blue 221

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

Shades of Wisteria #C693DD

Tints of Wisteria #C693DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 34.98%
G = 25.97%
B = 39.05%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C693DD (or 0xC693DD) is known color: Wisteria. HEX triplet: C6, 93 and DD. RGB value is (198,147,221). Sum of RGB (Red+Green+Blue) = 198+147+221=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #C693DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693DD is #396C22. Grayscale: #AAAAAA. Windows color (decimal): -3763235 or 14521286. OLE color: 14521286.

HSL color Cylindrical-coordinate representation of color #C693DD: hue angle of 281.35º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C693DD is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 147 221 -
CMYK 0.10 0.33 0 0.13
HSL 281.35º 0.52% 0.72% -
HSV(B) 281.35º 0.33% 0.87% -
XYZ 46.77 38.09 73.29 -
YUV 170.69 156.4 147.48 -
System Red Green Blue C M Y K H S L
Decimal 198 147 221 0.10 0.33 0 0.13 281.35 0.52 0.72
Hex C6 93 DD A 21 0 D 119 34 48
Octal 306 223 335 12 41 0 15 431 64 110
Binary 11000110 10010011 11011101 1010 100001 0 1101 100011001 110100 1001000

Color Harmonies of #C693DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693DD

Black with #C693DD

Text Example


Text Example

White with #C693DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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