Html Css Color HEX #C692DB Wisteria

📋 copy color: '#C692DB'

red 198 ◦ green 146 ◦ blue 219

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

Shades of Wisteria #C692DB

Tints of Wisteria #C692DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 35.17%
G = 25.93%
B = 38.9%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C692DB (or 0xC692DB) is known color: Wisteria. HEX triplet: C6, 92 and DB. RGB value is (198,146,219). Sum of RGB (Red+Green+Blue) = 198+146+219=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #C692DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692DB is #396D24. Grayscale: #A9A9A9. Windows color (decimal): -3763493 or 14389958. OLE color: 14389958.

HSL color Cylindrical-coordinate representation of color #C692DB: hue angle of 282.74º degrees, saturation: 0.5, 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 #C692DB is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 146 219 -
CMYK 0.10 0.33 0 0.14
HSL 282.74º 0.5% 0.72% -
HSV(B) 282.74º 0.33% 0.86% -
XYZ 46.35 37.68 71.85 -
YUV 169.87 155.73 148.06 -
System Red Green Blue C M Y K H S L
Decimal 198 146 219 0.10 0.33 0 0.14 282.74 0.5 0.72
Hex C6 92 DB A 21 0 E 11B 32 48
Octal 306 222 333 12 41 0 16 433 62 110
Binary 11000110 10010010 11011011 1010 100001 0 1110 100011011 110010 1001000

Color Harmonies of #C692DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692DB

Black with #C692DB

Text Example


Text Example

White with #C692DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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