Html Css Color HEX #C692DC Wisteria

📋 copy color: '#C692DC'

red 198 ◦ green 146 ◦ blue 220

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

Shades of Wisteria #C692DC

Tints of Wisteria #C692DC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.89%

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

R = 35.11%
G = 25.89%
B = 39.01%

CMYK

 C value IS 0.1

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C692DC (or 0xC692DC) is known color: Wisteria. HEX triplet: C6, 92 and DC. RGB value is (198,146,220). Sum of RGB (Red+Green+Blue) = 198+146+220=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #C692DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692DC is #396D23. Grayscale: #A9A9A9. Windows color (decimal): -3763492 or 14455494. OLE color: 14455494.

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

Color convert

RGB 198 146 220 -
CMYK 0.1 0.34 0 0.14
HSL 282.16º 0.51% 0.72% -
HSV(B) 282.16º 0.34% 0.86% -
XYZ 46.49 37.73 72.54 -
YUV 169.98 156.23 147.98 -
System Red Green Blue C M Y K H S L
Decimal 198 146 220 0.1 0.34 0 0.14 282.16 0.51 0.72
Hex C6 92 DC A 22 0 E 11A 33 48
Octal 306 222 334 12 42 0 16 432 63 110
Binary 11000110 10010010 11011100 1010 100010 0 1110 100011010 110011 1001000

Color Harmonies of #C692DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692DC

Black with #C692DC

Text Example


Text Example

White with #C692DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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