Html Css Color HEX #C693D4 Wisteria

📋 copy color: '#C693D4'

red 198 ◦ green 147 ◦ blue 212

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

Shades of Wisteria #C693D4

Tints of Wisteria #C693D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.06%

R = 35.55%
G = 26.39%
B = 38.06%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C693D4 (or 0xC693D4) is known color: Wisteria. HEX triplet: C6, 93 and D4. RGB value is (198,147,212). Sum of RGB (Red+Green+Blue) = 198+147+212=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 212 - color contains mainly: blue. Hex color #C693D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693D4 is #396C2B. Grayscale: #A9A9A9. Windows color (decimal): -3763244 or 13931462. OLE color: 13931462.

HSL color Cylindrical-coordinate representation of color #C693D4: hue angle of 287.08º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C693D4 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 147 212 -
CMYK 0.07 0.31 0 0.17
HSL 287.08º 0.43% 0.7% -
HSV(B) 287.08º 0.31% 0.83% -
XYZ 45.61 37.63 67.15 -
YUV 169.66 151.9 148.21 -
System Red Green Blue C M Y K H S L
Decimal 198 147 212 0.07 0.31 0 0.17 287.08 0.43 0.7
Hex C6 93 D4 7 1F 0 11 11F 2B 46
Octal 306 223 324 7 37 0 21 437 53 106
Binary 11000110 10010011 11010100 111 11111 0 10001 100011111 101011 1000110

Color Harmonies of #C693D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693D4

Black with #C693D4

Text Example


Text Example

White with #C693D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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